Skip to content

Commit

Permalink
CI: bootstrap F*
Browse files Browse the repository at this point in the history
this has become necessary because of FStarLang/pulse#246,
following project-everest/everest#121
  • Loading branch information
tahina-pro committed Jan 2, 2025
1 parent f3ae96b commit 61e673b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .docker/build/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ if ! $skip_z3 ; then
export PATH="$FSTAR_HOME/z3-versions:$PATH"
fi
$skip_build || OTHERFLAGS='--admit_smt_queries true' make -j 24 -C "$FSTAR_HOME"
$skip_build || OTHERFLAGS='--admit_smt_queries true' make -j 24 -C "$FSTAR_HOME" bootstrap

# Install other EverParse deps
"$build_home"/install-other-deps.sh "${args[@]}"

0 comments on commit 61e673b

Please sign in to comment.