Skip to content

Commit

Permalink
Fail the job if the bxl fails
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelhuffman committed Nov 22, 2024
1 parent ccf182a commit fb77d29
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 93 deletions.
2 changes: 2 additions & 0 deletions .github/filters.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
cobble:
- .github/**/*
- 'tools/site_cobble/**/*'
- 'vnd/**/*'
- 'hdl/ip/bsv/**/*'
Expand All @@ -11,6 +12,7 @@ cobble:
- 'hdl/projects/ulx3s/**/*'

buck2:
- .github/**/*
- 'vnd/xpm/**/*'
- 'prelude/**/*'
- 'toolchains/**/*'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/simulation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: buck path
run: echo "~/.cargo/bin" >> "$GITHUB_PATH"
- name: Run VUnit tests
run: buck2 bxl //tools/vunit-sims.bxl:vunit_sim_gen | while IFS= read -r line; do eval "$line" ; done
run: set -o pipefail; buck2 bxl //tools/vunit-sims.bxl:vunit_sim_gen | while IFS= read -r line; do eval "$line" ; done

bsv-sim:
needs: changes
Expand Down
16 changes: 0 additions & 16 deletions hdl/projects/gimlet/vhdl_test/BUCK

This file was deleted.

70 changes: 0 additions & 70 deletions hdl/projects/gimlet/vhdl_test/leds.vhd

This file was deleted.

6 changes: 0 additions & 6 deletions hdl/projects/gimlet/vhdl_test/pinmap.pcf

This file was deleted.

0 comments on commit fb77d29

Please sign in to comment.