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

25 lines
649 B
Diff
Raw Normal View History

2023-09-16 15:00:24 +00:00
From 90e3fa4510049a6448fabece5084a2cc0ac10177 Mon Sep 17 00:00:00 2001
2023-07-19 02:54:50 +00:00
From: Luke Granger-Brown <git@lukegb.com>
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
2023-09-16 15:00:24 +00:00
index b638b1018..71baba7ae 100644
2023-07-19 02:54:50 +00:00
--- a/site_scons/environ.scons
+++ b/site_scons/environ.scons
2023-09-16 15:00:24 +00:00
@@ -20,6 +20,7 @@ variables_to_forward = [
# CI/CD variables
2023-07-19 02:54:50 +00:00
"WORKFLOW_BRANCH_OR_TAG",
"DIST_SUFFIX",
+ "SOURCE_DATE_EPOCH",
# Python & other tools
"HOME",
"APPDATA",
--
2023-09-16 15:00:24 +00:00
2.41.0
2023-07-19 02:54:50 +00:00