From e20a3b27ed00317ef2b3eb13f61bef7207ea7d69 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sat, 2 Mar 2024 00:07:15 +0000 Subject: [PATCH 5/5] pass SOURCE_DATE_EPOCH to tooling --- scripts/fbt/util.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/fbt/util.py b/scripts/fbt/util.py index 6b1f9dc6c..e149bc14d 100644 --- a/scripts/fbt/util.py +++ b/scripts/fbt/util.py @@ -17,6 +17,7 @@ FORWARDED_ENV_VARIABLES = [ "WORKFLOW_BRANCH_OR_TAG", "DIST_SUFFIX", "FORCE_NO_DIRTY", + "SOURCE_DATE_EPOCH", # Python & other tools "HOME", "APPDATA", -- 2.43.0