Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/build-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
mk/kconfig.mk
mk/toolchain.mk
tools/detect-env.py
tests/embench-iot/**
tests/ansibench/**
tests/rv8-bench/**
tests/doom/**
Expand Down Expand Up @@ -59,7 +60,7 @@ jobs:
run: |
sudo apt-get update -q=2
sudo apt-get upgrade -q=2
sudo apt-get install -q=2 gcc-multilib g++-multilib
sudo apt-get install -q=2 gcc-multilib g++-multilib scons
.ci/riscv-toolchain-install.sh
echo "$PWD/toolchain/bin" >> $GITHUB_PATH
- name: Build binaries
Expand Down
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@
path = src/dtc
url = https://github.com/dgibson/dtc
shallow = true
[submodule "tests/embench-iot"]
path = tests/embench-iot
url = https://github.com/yc199911/embench-iot.git
shallow = true
1 change: 1 addition & 0 deletions mk/artifact.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ BIN_DIR := $(abspath $(OUT))

TEST_SUITES += \
ansibench \
embench-iot \
rv8-bench

# "ieee754" needs F extension
Expand Down
1 change: 1 addition & 0 deletions tests/embench-iot
Submodule embench-iot added at b59c73
Loading