Skip to content

Commit

Permalink
ci: set DISABLE_SECURITY_CHECK in devel/esp-llvm-embedded-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
trombik committed Oct 23, 2024
1 parent 835e310 commit 277278b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions devel/esp-llvm-embedded-toolchain/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ PATH:= ${LOCALBASE}/xtensa-esp-elf-${ESP_IDF_FLAVOR}/bin:${PATH}
DESTDIRNAME= __DESTDIR_DISABLED__
CMAKE_INSTALL_PREFIX= ${STAGEDIR}${ESP_PREFIX}

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

.if ${PORTNAME} == esp-llvm-embedded-toolchain
ESP_STRIP_FILES= \
bin/clang-18 \
Expand Down

0 comments on commit 277278b

Please sign in to comment.