Skip to content

Commit 4cc5391

Browse files
erikmdthery
authored andcommitted
Extend the test suite (with coq 8.12.1 and coq-native)
* Follow-up of math-comp@52988b6 * Now possible after the merge of rocq-prover/opam#1835
1 parent 4f18dc2 commit 4cc5391

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ jobs:
3535
. configure # sourcing mandatory
3636
coq_version
3737
endGroup
38-
# Note: Replace with "if coq_native_compiler"
39-
# to also test with Coq 8.12.1+
40-
if coq_native_compiler_default; then
38+
if coq_native_compiler; then
4139
startGroup "Workaround permission issue"
4240
sudo chown -R coq:coq . # <--(§)
4341
endGroup

configure

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ coq_native_compiler() {
3636
}
3737

3838
main() {
39-
# Note: Replace with "if coq_native_compiler"
40-
# to also test with Coq 8.12.1+
41-
if coq_native_compiler_default; then
39+
if coq_native_compiler; then
4240
echo 'coq-native support enabled!' >&2
4341
sed -e 's/;coq-native-disabled; \?//' "$dir/src/dune.in" > "$dir/src/dune"
4442
else

0 commit comments

Comments
 (0)