Skip to content

Commit

Permalink
bugfix: add ALLOW_MAKE_JOBS_PACKAGES
Browse files Browse the repository at this point in the history
  • Loading branch information
trombik committed Oct 16, 2024
1 parent 9891c07 commit 1deeb16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/poudriere.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ jobs:
# disable tmpfs to save memory
echo USE_TMPFS=no | sudo tee -a /usr/local/etc/poudriere.conf
# 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-idf53-* riscv32-esp-elf-*" | 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 1deeb16

Please sign in to comment.