Skip to content

Commit

Permalink
Merge PR coq#18189: Change Menhir branch target in ci-basic_overlay.sh
Browse files Browse the repository at this point in the history
Reviewed-by: SkySkimmer
Co-authored-by: SkySkimmer <[email protected]>
  • Loading branch information
coqbot-app[bot] and SkySkimmer authored Nov 12, 2023
2 parents 5de322a + 839c7e7 commit fb6a0cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev/ci/ci-basic-overlay.sh
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ project reduction_effects "https://github.com/coq-community/reduction-effects" "
# menhirlib
########################################################################
# Note: menhirlib is now in subfolder coq-menhirlib of menhir
project menhirlib "https://gitlab.inria.fr/fpottier/menhir" "20220210"
project menhirlib "https://gitlab.inria.fr/fpottier/menhir" "master"

########################################################################
# coq-neural-net-interp
Expand Down
2 changes: 2 additions & 0 deletions dev/ci/ci-menhir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ git_download menhirlib
if [ "$DOWNLOAD_ONLY" ]; then exit 0; fi

( cd "${CI_BUILD_DIR}/menhirlib"
sed -i.bak "s/unreleased/$(date +%Y%m%d)/" dune-project
echo "Definition require_$(date +%Y%m%d) := tt." > coq-menhirlib/src/Version.v
dune build @install -p menhirLib,menhirSdk,menhir
dune install -p menhirLib,menhirSdk,menhir menhir menhirSdk menhirLib --prefix="$CI_INSTALL_DIR"

Expand Down

0 comments on commit fb6a0cf

Please sign in to comment.