Skip to content

Commit

Permalink
OPAMCONFIRMLEVEL > OPAMYES > --yes
Browse files Browse the repository at this point in the history
  • Loading branch information
tahina-pro committed Jul 29, 2024
1 parent 1ed8ba5 commit ca27036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .docker/build/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi
# Install F*
[[ -n "$FSTAR_HOME" ]]
git clone --branch $FSTAR_BRANCH https://github.com/FStarLang/FStar "$FSTAR_HOME"
opam install --deps-only "$FSTAR_HOME/fstar.opam"
OPAMCONFIRMLEVEL=yes opam install --deps-only "$FSTAR_HOME/fstar.opam"
OTHERFLAGS='--admit_smt_queries true' make -j 24 -C "$FSTAR_HOME"

# Install other deps
Expand Down
2 changes: 1 addition & 1 deletion .docker/build/install-other-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ build_home="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd "$build_home/../.."

grep -v '"fstar"' < karamel.opam > karamel-nofstar.opam
opam install --deps-only ./karamel-nofstar.opam
OPAMCONFIRMLEVEL=yes opam install --deps-only ./karamel-nofstar.opam

0 comments on commit ca27036

Please sign in to comment.