Skip to content

Commit

Permalink
ensure we're forwarding packaging related environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
chouquette committed Feb 4, 2025
1 parent 5770cac commit 480206c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/omnibus.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ def get_omnibus_env(
'DD_CC',
'DD_CXX',
'DD_CMAKE_TOOLCHAIN',
'OMNIBUS_FORCE_PACKAGES',
'OMNIBUS_PACKAGE_ARTIFACT_DIR',
]
for key in env_to_forward:
if key in os.environ:
Expand Down

0 comments on commit 480206c

Please sign in to comment.