mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-31 08:13:52 +02:00
depends: Unset SOURCE_DATE_EPOCH in gen_id script
This commit is contained in:
@@ -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