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.
2 parents 1f15ad6 + 386ddda commit b9410deCopy full SHA for b9410de
1 file changed
scripts/build_multiarch_stanc3.sh
@@ -26,7 +26,7 @@ SHA=$(skopeo inspect --raw docker://stanorg/stanc3:multiarch | jq '.manifests |
26
docker run --rm --privileged multiarch/qemu-user-static --reset
27
28
# Run docker, inheriting mounted volumes from sibling container (including stanc3 directory), and build stanc3
29
-docker run --volumes-from=$(docker ps -aqf "ancestor=stanorg/stanc3:static"):rw stanorg/stanc3:multiarch@$SHA /bin/bash -c "cd $(pwd) && eval \$(opam env) && dune build @install --profile static"
+docker run --volumes-from=$(docker ps -qf "ancestor=stanorg/stanc3:static"):rw stanorg/stanc3:multiarch@$SHA /bin/bash -c "cd $(pwd) && eval \$(opam env) && dune build @install --profile static"
30
31
# Update ownership of build folders
32
chown -R opam: _build
0 commit comments