From 90e3fa4510049a6448fabece5084a2cc0ac10177 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Wed, 19 Jul 2023 02:49:56 +0000 Subject: [PATCH 5/5] pass SOURCE_DATE_EPOCH to tooling --- site_scons/environ.scons | 1 + 1 file changed, 1 insertion(+) diff --git a/site_scons/environ.scons b/site_scons/environ.scons index b638b1018..71baba7ae 100644 --- a/site_scons/environ.scons +++ b/site_scons/environ.scons @@ -20,6 +20,7 @@ variables_to_forward = [ # CI/CD variables "WORKFLOW_BRANCH_OR_TAG", "DIST_SUFFIX", + "SOURCE_DATE_EPOCH", # Python & other tools "HOME", "APPDATA", -- 2.41.0