We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mtime
1 parent 8fe749e commit 616fde5Copy full SHA for 616fde5
tools/build-release.sh
@@ -18,7 +18,8 @@ if [ "$1" = "--inside-docker" ]; then
18
./configure
19
uv run make -j"$MAKEPAR" VERSION="$VER"
20
uv run make -j"$MAKEPAR" install DESTDIR=/"$VER-$PLTFM-$PLTFMVER-$ARCH" RUST_PROFILE=release
21
- cd /"$VER-$PLTFM-$PLTFMVER-$ARCH" && tar cvfz /release/clightning-"$VER-$PLTFM-$PLTFMVER-$ARCH".tar.gz -- *
+ cd /"$VER-$PLTFM-$PLTFMVER-$ARCH"
22
+ tar cvfz /release/clightning-"$VER-$PLTFM-$PLTFMVER-$ARCH".tar.gz --mtime='@1672531200' -- *
23
echo "Inside docker: build finished"
24
exit 0
25
fi
0 commit comments