mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 02:02:42 +02:00
depends: Unset SOURCE_DATE_EPOCH in gen_id script
Github-Pull: #34228
Rebased-From: 9f7a2293c4
This commit is contained in:
committed by
fanquake
parent
56190e5c5c
commit
64ba4e2a3b
@@ -28,6 +28,10 @@
|
||||
# Redirect stderr to stdout
|
||||
exec 2>&1
|
||||
|
||||
# Unset SOURCE_DATE_EPOCH to prevent it from leaking into tool
|
||||
# outputs and to maximize reuse of the built package cache.
|
||||
unset SOURCE_DATE_EPOCH
|
||||
|
||||
echo "BEGIN ALL"
|
||||
|
||||
# Include any ID salts supplied via command line
|
||||
|
||||
Reference in New Issue
Block a user