Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
22 lines
740 B
Diff
22 lines
740 B
Diff
diff --git a/make.sh b/make.sh
|
|
index 3ff6529..937b1a2 100644
|
|
--- a/make.sh
|
|
+++ b/make.sh
|
|
@@ -17,6 +17,8 @@ jar cvfm ../astral.$version.jar ../manifest.text phylonet/util/BitSet.* phylonet
|
|
|
|
cd ..
|
|
|
|
+strip-nondeterminism --type jar astral.$version.jar
|
|
+
|
|
chmod +x astral.$version.jar
|
|
sed -e "s/__astral.jar__/astral.$version.jar/g" -e "s/__astral.zip__/Astral.$version.zip/g" README.template.md > README.md
|
|
sed -e "s/__astral.jar__/astral.$version.jar/g" -e "s/__astral.zip__/Astral.$version.zip/g" astral-tutorial-template.md > astral-tutorial.md
|
|
@@ -32,6 +34,7 @@ ln -s ../astral-tutorial.pdf .
|
|
cd ..
|
|
rm -f Astral.$version.zip
|
|
zip -r Astral.$version.zip Astral
|
|
+strip-nondeterminism --type zip Astral.$version.zip
|
|
|
|
set +x
|
|
echo "
|