File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 35
35
. configure # sourcing mandatory
36
36
coq_version
37
37
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
41
39
startGroup "Workaround permission issue"
42
40
sudo chown -R coq:coq . # <--(§)
43
41
endGroup
Original file line number Diff line number Diff line change @@ -36,9 +36,7 @@ coq_native_compiler() {
36
36
}
37
37
38
38
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
42
40
echo ' coq-native support enabled!' >&2
43
41
sed -e ' s/;coq-native-disabled; \?//' " $dir /src/dune.in" > " $dir /src/dune"
44
42
else
You can’t perform that action at this time.
0 commit comments