Skip to content

Commit 08d449d

Browse files
committed
fixes docker publish workflow
It looks like that the newest version of z3 doesn't build on the older ubuntu distributions. We can try constraining them to the latest version that was providing the static version.
1 parent 4879d2d commit 08d449d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/ubuntu/bionic/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN sudo apt-get update \
1010
&& opam remote set-url default https://opam.ocaml.org \
1111
&& opam repo add bap git+https://github.com/BinaryAnalysisPlatform/opam-repository --all \
1212
&& opam update \
13-
&& opam depext --install bap-extra --yes -j 1 \
13+
&& opam depext --install bap-extra "z3=4.8.11" --yes -j 1 \
1414
&& opam clean -acrs
1515

1616
ENTRYPOINT ["opam", "config", "exec", "--"]

0 commit comments

Comments
 (0)