Skip to content

Commit

Permalink
Merge pull request #508 from mtzguido/installz3
Browse files Browse the repository at this point in the history
install-deps.sh: install z3 with the F* script
  • Loading branch information
msprotz authored Dec 23, 2024
2 parents 4c619aa + f710c77 commit f1d7a3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .docker/build/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ git clone --branch $FSTAR_BRANCH https://github.com/FStarLang/FStar "$FSTAR_HOME
opam install --deps-only "$FSTAR_HOME/fstar.opam"
OTHERFLAGS='--admit_smt_queries true' make -j 24 -C "$FSTAR_HOME"

sudo "$FSTAR_HOME/bin/get_fstar_z3.sh" "/usr/local/bin"

# Install other deps
"$build_home"/install-other-deps.sh

0 comments on commit f1d7a3e

Please sign in to comment.