Merge pull request #1589 from dalcinl/source_date_epoch

feature: Automatically pass SOURCE_DATE_EPOCH to Linux containers
This commit is contained in:
Joe Rickerby
2023-09-18 18:15:13 +01:00
committed by GitHub
3 changed files with 15 additions and 0 deletions
+1
View File
@@ -117,6 +117,7 @@ class OCIContainer:
self.engine.name,
"create",
"--env=CIBUILDWHEEL",
"--env=SOURCE_DATE_EPOCH",
f"--name={self.name}",
"--interactive",
"--volume=/:/host", # ignored on CircleCI