Skip to content
Snippets Groups Projects
Commit 0231fed2 authored by Ralf Jung's avatar Ralf Jung
Browse files

set native-compiler no for CI

parent a5701578
Branches
Tags
No related merge requests found
Pipeline #75078 passed
...@@ -6,6 +6,8 @@ stages: ...@@ -6,6 +6,8 @@ stages:
variables: variables:
CPU_CORES: "10" CPU_CORES: "10"
OCAML: "ocaml-variants.4.14.0+options ocaml-option-flambda" OCAML: "ocaml-variants.4.14.0+options ocaml-option-flambda"
# Avoid needlessly increasing our TCB with native_compute
COQEXTRAFLAGS: "-native-compiler no"
.only_branches: &only_branches .only_branches: &only_branches
only: only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment