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.
1 parent 3f9aab7 commit 2320676Copy full SHA for 2320676
dist.sh
@@ -213,7 +213,7 @@ cmake -DMOLD_USE_MOLD=1 .
213
cmake --build . -j\$(nproc)
214
ctest --output-on-failure -j\$(nproc)
215
cmake --install . --prefix $dest --strip
216
-find $dest -print | xargs touch --no-dereference --date='@$timestamp'
+find $dest -print | xargs touch --no-dereference --date=@$timestamp
217
find $dest -print | sort | tar -cf - --no-recursion --files-from=- | gzip -9nc > /dist/$dest.tar.gz
218
cp mold /dist
219
sha256sum /dist/$dest.tar.gz
0 commit comments