depends: Unset SOURCE_DATE_EPOCH in gen_id script

Github-Pull: #34228
Rebased-From: 9f7a2293c4
This commit is contained in:
Hennadii Stepanov
2026-05-06 16:04:54 +02:00
committed by fanquake
parent 56190e5c5c
commit 64ba4e2a3b

View File

@@ -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