Skip to content

Commit

Permalink
Expose defaults as ALIBUILD_DEFAULTS env variable to the recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf authored May 25, 2022
1 parent a9317ff commit 9f2395c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alibuild_helpers/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -968,6 +968,7 @@ def downloadTask(p):
# actual build script
buildEnvironment = [
("ARCHITECTURE", args.architecture),
("ALIBUILD_DEFAULTS", args.defaults),
("BUILD_REQUIRES", " ".join(spec["build_requires"])),
("CACHED_TARBALL", cachedTarball),
("CAN_DELETE", args.aggressiveCleanup and "1" or ""),
Expand Down

0 comments on commit 9f2395c

Please sign in to comment.