set SOURCE_DATE_EPOCH

without this the image builder fails.

this might be connected to the inability of the configure script to
properly detect git on guix, but not likely.
This commit is contained in:
Attila Lendvai
2023-10-22 22:48:41 +02:00
parent 836235e656
commit 0d4d33409e

View File

@@ -70,6 +70,9 @@ fi
pushd ${IMGBUILDER_DIR}
# Without this the image builder fails.
export SOURCE_DATE_EPOCH=$(git show -s --format=%ct HEAD)
make image PROFILE=${TARGET_DEVICE} PACKAGES="${PREINSTALLED_PACKAGES}" FILES=${IMGTEMPDIR}
pushd bin/targets/${TARGET_ARCHITECTURE}/