depot/nix/pkgs/flipperzero-firmware/0005-pass-SOURCE_DATE_EPOCH-to-tooling.patch

25 lines
626 B
Diff
Raw Normal View History

From e20a3b27ed00317ef2b3eb13f61bef7207ea7d69 Mon Sep 17 00:00:00 2001
2023-07-19 02:54:50 +00:00
From: Luke Granger-Brown <git@lukegb.com>
Date: Sat, 2 Mar 2024 00:07:15 +0000
2023-07-19 02:54:50 +00:00
Subject: [PATCH 5/5] pass SOURCE_DATE_EPOCH to tooling
---
scripts/fbt/util.py | 1 +
2023-07-19 02:54:50 +00:00
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 = [
2023-07-19 02:54:50 +00:00
"WORKFLOW_BRANCH_OR_TAG",
"DIST_SUFFIX",
"FORCE_NO_DIRTY",
2023-07-19 02:54:50 +00:00
+ "SOURCE_DATE_EPOCH",
# Python & other tools
"HOME",
"APPDATA",
--
2.43.0
2023-07-19 02:54:50 +00:00