Skip to content

Commit

Permalink
Add buildroot to installation test
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancarlin committed Jul 23, 2024
1 parent a536053 commit 4ccf488
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ jobs:
run: |
source setup.sh
make riscof
- name: regresssion
- name: make buildroot
run: |
source setup.sh
make -C linux
- name: regression
run: |
source setup.sh
regression-wally
Expand Down
4 changes: 2 additions & 2 deletions bin/regression-wally
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,8 @@ if (ccov): # only run RV64GC tests on Questa in code coverage mode
addTests(tests64gc_fp, "questa")
else:
for sim in sims:
# if (not (buildroot and sim == defaultsim)): # skip shot buildroot sim if running long one
# addTests(tests_buildrootshort, sim)
if (not (buildroot and sim == defaultsim)): # skip shot buildroot sim if running long one
addTests(tests_buildrootshort, sim)
addTests(tests, sim)
addTests(tests64gc_nofp, sim)
addTests(tests64gc_fp, sim)
Expand Down

0 comments on commit 4ccf488

Please sign in to comment.