Skip to content

Commit

Permalink
Dynamically find gap_packages artifact hash
Browse files Browse the repository at this point in the history
  • Loading branch information
zickgraf committed Jun 14, 2024
1 parent 3cbffe9 commit 5dc1d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clean_gap_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

gap_packages_artifact_hash=1e4da4944af996a96c81addcc8034d122d0a5738
gap_packages_artifact_hash=$(julia --cpu-target "generic" -e 'using Artifacts; using GAP; print(artifact_hash("gap_packages", abspath(pathof(GAP), "..", "..", "Artifacts.toml")))')

cd ~/.julia/artifacts

Expand Down

0 comments on commit 5dc1d75

Please sign in to comment.