We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 310316f + 6086d80 commit 23db471Copy full SHA for 23db471
dev/ci/scripts/ci-algebra_tactics.sh
@@ -9,6 +9,8 @@ git_download algebra_tactics
9
10
if [ "$DOWNLOAD_ONLY" ]; then exit 0; fi
11
12
+export COQEXTRAFLAGS='-native-compiler no'
13
+
14
( cd "${CI_BUILD_DIR}/algebra_tactics"
15
make
16
make install
dev/ci/scripts/ci-relation_algebra.sh
@@ -9,6 +9,8 @@ git_download relation_algebra
( cd "${CI_BUILD_DIR}/relation_algebra"
make .merlin
0 commit comments