Skip to content
Snippets Groups Projects
Verified Commit 748e3054 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

CI: bugfix in generated Artifacts.toml

parent 77cc6493
Branches
Tags
No related merge requests found
...@@ -49,7 +49,7 @@ for platform in !(Artifacts.toml); do ...@@ -49,7 +49,7 @@ for platform in !(Artifacts.toml); do
sha256=$(sha256sum "$tarball") sha256=$(sha256sum "$tarball")
sha256=${sha256%% *} # Strip filename from output sha256=${sha256%% *} # Strip filename from output
git_tree_sha1=$(julia --project="$project_dir" -q -e "import Pkg; Pkg.add([\"Tar\", \"Inflate\"]); using Tar, Inflate; println(Tar.tree_hash(IOBuffer(inflate_gzip(\"$tarball\"))))") git_tree_sha1=$(julia --project="$project_dir" -q -e "import Pkg; Pkg.add([\"Tar\", \"Inflate\"]); using Tar, Inflate; println(Tar.tree_hash(IOBuffer(inflate_gzip(\"$tarball\"))))")
echo [dynare-preprocessor] echo [[dynare-preprocessor]]
echo os = \"$os\" echo os = \"$os\"
echo arch = \"$arch\" echo arch = \"$arch\"
if [[ $os == linux ]]; then if [[ $os == linux ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment