Skip to content

Commit 84f9afb

Browse files
mbrossardmathias-arm
authored andcommitted
github_actions: remove --ignore-failures from progen_compile.py call
1 parent 17f0442 commit 84f9afb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Compile
7070
run: |
7171
export PATH="/usr/lib/ccache:${{ runner.temp }}/arm-gcc/bin/:/home/runner/.local/bin:$PATH"
72-
python tools/progen_compile.py --release --parallel -v -v --ignore-failures
72+
python tools/progen_compile.py --release --parallel -v
7373
(ls -lR firmware_*; ccache -s; arm-none-eabi-gcc -v) | tee log.txt
7474
mkdir bootloaders
7575
cp projectfiles/make_gcc_arm/*_bl/build/*_crc.{bin,hex} bootloaders

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
- name: Compile
5151
run: |
52-
python tools/progen_compile.py -t cmake_gcc_arm -g mingw-make --release --parallel -v --ignore-failures
52+
python tools/progen_compile.py -t cmake_gcc_arm -g mingw-make --release --parallel -v
5353
shell: cmd
5454

5555
- name: Upload test artifacts

0 commit comments

Comments
 (0)