You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #93, I updated the git-tree-sha1 of each artifact stored in Artifacts.toml such we have the correct hash once the archives are decompressed.
The issue is that Julia doesn't handle automatically the decompression of these archives.
We have to do it in this package.
It will simplify the current code and fix #71.
The text was updated successfully, but these errors were encountered:
amontoison
changed the title
Don't rely on Julia tp decompress the artifacts *.bz2
Don't rely on Julia to decompress the artifacts *.bz2
Sep 14, 2024
In #93, I updated the
git-tree-sha1
of each artifact stored inArtifacts.toml
such we have the correcthash
once the archives are decompressed.The issue is that Julia doesn't handle automatically the decompression of these archives.
We have to do it in this package.
It will simplify the current code and fix #71.
The text was updated successfully, but these errors were encountered: