Skip to content

Commit

Permalink
ci: set DETERMINE_BUILD_FAILURE_REASON to no
Browse files Browse the repository at this point in the history
and add rust-esp-* to ALLOW_MAKE_JOBS_PACKAGES
  • Loading branch information
trombik committed Oct 23, 2024
1 parent 03af23d commit 30d8aab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/poudriere.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,11 @@ jobs:
# packages and ccache cache might help future builds.
# allow MAX_JOBS in ports which take longer to build
echo ALLOW_MAKE_JOBS_PACKAGES="\"cmake-core-* esp-llvm-embedded-toolchain-* xtensa-esp32-elf-* xtensa-esp-elf-* riscv32-esp-elf-*\"" | sudo tee -a /usr/local/etc/poudriere.conf
echo ALLOW_MAKE_JOBS_PACKAGES="\"cmake-core-* esp-llvm-embedded-toolchain-* rust-esp-* xtensa-esp32-elf-* xtensa-esp-elf-* riscv32-esp-elf-*\"" | sudo tee -a /usr/local/etc/poudriere.conf
# disable a logic to find out build failure. takes too much time
# and disk space
echo DETERMINE_BUILD_FAILURE_REASON=no | sudo tee -a /usr/local/etc/poudriere.conf
echo "===> /usr/local/etc/poudriere.conf"
cat /usr/local/etc/poudriere.conf
Expand Down

0 comments on commit 30d8aab

Please sign in to comment.