Skip to content

Commit 23db471

Browse files
Merge PR #20636: ci-algebra_tactics: disable native compute
Reviewed-by: proux01 Co-authored-by: proux01 <[email protected]>
2 parents 310316f + 6086d80 commit 23db471

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

dev/ci/scripts/ci-algebra_tactics.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ git_download algebra_tactics
99

1010
if [ "$DOWNLOAD_ONLY" ]; then exit 0; fi
1111

12+
export COQEXTRAFLAGS='-native-compiler no'
13+
1214
( cd "${CI_BUILD_DIR}/algebra_tactics"
1315
make
1416
make install

dev/ci/scripts/ci-relation_algebra.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ git_download relation_algebra
99

1010
if [ "$DOWNLOAD_ONLY" ]; then exit 0; fi
1111

12+
export COQEXTRAFLAGS='-native-compiler no'
13+
1214
( cd "${CI_BUILD_DIR}/relation_algebra"
1315
make .merlin
1416
make

0 commit comments

Comments
 (0)