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:
3
build.sh
3
build.sh
@@ -70,6 +70,9 @@ fi
|
|||||||
|
|
||||||
pushd ${IMGBUILDER_DIR}
|
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}
|
make image PROFILE=${TARGET_DEVICE} PACKAGES="${PREINSTALLED_PACKAGES}" FILES=${IMGTEMPDIR}
|
||||||
|
|
||||||
pushd bin/targets/${TARGET_ARCHITECTURE}/
|
pushd bin/targets/${TARGET_ARCHITECTURE}/
|
||||||
|
|||||||
Reference in New Issue
Block a user