Skip to content

Commit

Permalink
CI: temporarily remove coverage from macOS job
Browse files Browse the repository at this point in the history
Currently the macOS job is failing because IO is not building,
which is requiring by the code coverage system, and this causes the
job to fail. See:

gap-system#4374

By adding NO_COVERAGE=1 to this job, IO will no longer need
to be compiled. Obviously, in the long term we want coverage on this
job, and we want to be able to compile IO, but this will get the
CI running for the rest of GAP in a non-controversial way in the
meantime, I hope.
  • Loading branch information
wilfwilson committed Apr 10, 2021
1 parent f541fa8 commit 9fa796b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:

- os: macos-latest
test-suites: "docomp testinstall"
extra: "BOOTSTRAP_MINIMAL=yes"
extra: "BOOTSTRAP_MINIMAL=yes NO_COVERAGE=1"

# test creating the manual
# TODO: make the resulting HTML and PDF files available as build
Expand Down

0 comments on commit 9fa796b

Please sign in to comment.