Skip to content

Commit fb77d29

Browse files
Fail the job if the bxl fails
1 parent ccf182a commit fb77d29

File tree

5 files changed

+3
-93
lines changed

5 files changed

+3
-93
lines changed

.github/filters.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
cobble:
2+
- .github/**/*
23
- 'tools/site_cobble/**/*'
34
- 'vnd/**/*'
45
- 'hdl/ip/bsv/**/*'
@@ -11,6 +12,7 @@ cobble:
1112
- 'hdl/projects/ulx3s/**/*'
1213

1314
buck2:
15+
- .github/**/*
1416
- 'vnd/xpm/**/*'
1517
- 'prelude/**/*'
1618
- 'toolchains/**/*'

.github/workflows/simulation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: buck path
3535
run: echo "~/.cargo/bin" >> "$GITHUB_PATH"
3636
- name: Run VUnit tests
37-
run: buck2 bxl //tools/vunit-sims.bxl:vunit_sim_gen | while IFS= read -r line; do eval "$line" ; done
37+
run: set -o pipefail; buck2 bxl //tools/vunit-sims.bxl:vunit_sim_gen | while IFS= read -r line; do eval "$line" ; done
3838

3939
bsv-sim:
4040
needs: changes

hdl/projects/gimlet/vhdl_test/BUCK

-16
This file was deleted.

hdl/projects/gimlet/vhdl_test/leds.vhd

-70
This file was deleted.

hdl/projects/gimlet/vhdl_test/pinmap.pcf

-6
This file was deleted.

0 commit comments

Comments
 (0)