--deny-build=<pkg> option is required for global packages, where allowed builds can only be configured via CLI option --allow-build=<pkg>
#726
-
Use caseHaving As discussed in #617, specifying allowed builds for global packages is only available via CLI option WDYT? Btw, I put that originally to troublehooting as there's currently now way (AFAIK) to do that for global packages, but feel free to change that to Feature request. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Thanks, this makes sense. I opened #730 with The flag writes This comment was generated by Codex. |
Beta Was this translation helpful? Give feedback.
-
|
Awesome work @jdx 🔥 Thanks! |
Beta Was this translation helpful? Give feedback.
Thanks, this makes sense. I opened #730 with
aube add --deny-build=<pkg>as the CLI-side counterpart to--allow-build=<pkg>.The flag writes
allowBuilds: { <pkg>: false }before the install runs, and it is forwarded throughaube add -gso global installs can satisfystrictDepBuilds=truewhile keeping selected lifecycle scripts skipped.This comment was generated by Codex.