Skip to content

Commit

Permalink
[ci] fix actions job
Browse files Browse the repository at this point in the history
disable default printf
  • Loading branch information
stnolting committed Jan 10, 2025
1 parent 7806f96 commit f616f21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/vunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
make -C neorv32/sw/example/processor_check
clean_all
USER_FLAGS+=-DUART0_SIM_MODE
USER_FLAGS+=-DSUPPRESS_OPTIONAL_UART_PRINT
USER_FLAGS+=-flto
MARCH=rv32imac_zicsr_zifencei
RISCV_PREFIX=riscv32-unknown-elf-
Expand Down

0 comments on commit f616f21

Please sign in to comment.