feature: Automatically pass SOURCE_DATE_EPOCH to Linux containers

Co-authored-by: Joe Rickerby <joerick@mac.com>
This commit is contained in:
Lisandro Dalcin
2023-09-08 18:59:32 +03:00
co-authored by Joe Rickerby
parent e5d0cc0b0d
commit 4f888e27c3
3 changed files with 15 additions and 0 deletions
+1
View File
@@ -115,6 +115,7 @@ class OCIContainer:
self.engine.name,
"create",
"--env=CIBUILDWHEEL",
"--env=SOURCE_DATE_EPOCH",
f"--name={self.name}",
"--interactive",
"--volume=/:/host", # ignored on CircleCI