Skip to content

Commit 01fe250

Browse files
Eric Migicovskygmarull
authored andcommitted
ci: disable log hashing for QEMU builds
Add --nohash to the waf configure step so that logs are human-readable, which is more useful for emulation and debugging. Signed-off-by: Eric Migicovsky <eric@repebble.com>
1 parent 6c6859e commit 01fe250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-qemu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
${{ runner.os }}-node-
5858
5959
- name: Configure
60-
run: ./waf configure --board ${{ matrix.board }} --qemu
60+
run: ./waf configure --board ${{ matrix.board }} --qemu --nohash
6161

6262
- name: Build
6363
run: ./waf build qemu_image_micro qemu_image_spi

0 commit comments

Comments
 (0)