You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FEATURE: Support $HOME/.config/build-wrap/allow.txt. A package whose name appears in this file will be built as though BUILD_WRAP_ALLOW were set to 1. (104)
FEATURE: Rename the original build script and refer to it from the "wrapper" built script, rather than include the original build script as a byte array (86 and 89)
FEATURE: Show whether build-wrap is enabled in help message (72a5991)
FEATURE: Add BUILD_WRAP_ALLOW environment variable. When set, if running a build script under BUILD_WRAP_CMD fails, the failure is reported and the build script is rerun normally. (639b21b)