Skip to content

Commit

Permalink
Extend the test suite (with coq 8.12.1 and coq-native)
Browse files Browse the repository at this point in the history
* Follow-up of 52988b6

* Now possible after the merge of coq/opam#1835
  • Loading branch information
erikmd authored and strub committed Oct 15, 2021
1 parent c0d3db4 commit 969950b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ jobs:
. configure # sourcing mandatory
coq_version
endGroup
# Note: Replace with "if coq_native_compiler"
# to also test with Coq 8.12.1+
if coq_native_compiler_default; then
if coq_native_compiler; then
startGroup "Workaround permission issue"
sudo chown -R coq:coq . # <--(§)
endGroup
Expand Down
4 changes: 1 addition & 3 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ coq_native_compiler() {
}

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

0 comments on commit 969950b

Please sign in to comment.