Skip to content

Commit

Permalink
CI: disable bin_annot (for smaller artifacts)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer committed Dec 18, 2024
1 parent eafed8f commit fc9eb92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ before_script:
- config/dune.c_flags
expire_in: 1 week
script:
- cp dev/ci/dune-workspace.ci dune-workspace

- PKGS=rocq-runtime,coq-core,rocq-core,coqide-server
- if [ "$COQIDE" != "no" ]; then PKGS=${PKGS},coqide; fi
- dev/ci/gitlab-section.sh start coq.clean coq.clean
Expand All @@ -109,6 +111,7 @@ before_script:
interruptible: true
extends: .auto-use-tags
script:
- cp dev/ci/dune-workspace.ci dune-workspace
- make $DUNE_TARGET
- tar cfj _build.tar.bz2 _build
variables:
Expand Down
3 changes: 3 additions & 0 deletions dev/ci/dune-workspace.ci
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
(lang dune 3.8)
(context default)
(env (_ (bin_annot false)))

0 comments on commit fc9eb92

Please sign in to comment.