Skip to content

Commit

Permalink
ci-stdlib don't use --release
Browse files Browse the repository at this point in the history
In particular this makes it respect the user's `display` setting
  • Loading branch information
SkySkimmer committed Dec 6, 2024
1 parent 476460f commit 6ecf9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/ci/ci-stdlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ ci_dir="$(dirname "$0")"
if [ "$DOWNLOAD_ONLY" ]; then exit 0; fi

( cd "stdlib"
dune build -p coq-stdlib @install
dune build --root . --only-packages=coq-stdlib @install
dune install --root . coq-stdlib --prefix="$CI_INSTALL_DIR"
)

0 comments on commit 6ecf9b9

Please sign in to comment.