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 and singiamtel committed Aug 29, 2024
1 parent 3a9a097 commit 623abdb
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 @@ -1010,6 +1010,7 @@ def doBuild(args, parser):
# 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 623abdb

Please sign in to comment.