Skip to content

Commit

Permalink
ci: set DISABLE_SECURITY_CHECK in riscv32-esp-elf@idf53
Browse files Browse the repository at this point in the history
  • Loading branch information
trombik committed Oct 23, 2024
1 parent 277278b commit 598d589
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions devel/riscv32-esp-elf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ FLAVOR?= ${FLAVORS:[1]}
MASTERDIR= ${.CURDIR}/../xtensa-esp-elf
.else
MASTERDIR= ${.CURDIR}/../xtensa-esp32-elf-legacy

# XXX disable security-check.awk. this causes too much disk space on GitHub
# Actions runner.
DISABLE_SECURITY_CHECK= yes
.endif

.include "${MASTERDIR}/Makefile"

0 comments on commit 598d589

Please sign in to comment.