Skip to content

Commit

Permalink
remove 8.10, remove -j2 from make all (failing, reason TBD)
Browse files Browse the repository at this point in the history
  • Loading branch information
jadephilipoom committed Jun 2, 2020
1 parent f644a08 commit 21efafd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/coq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
matrix:
env:
- { COQ_VERSION: "8.11.1", COQ_PACKAGE: "coq-8.11.1 libcoq-8.11.1-ocaml-dev", PPA: "ppa:jgross-h/many-coq-versions-ocaml-4-05" }
- { COQ_VERSION: "8.10.2", COQ_PACKAGE: "coq-8.10.2 libcoq-8.10.2-ocaml-dev", PPA: "ppa:jgross-h/many-coq-versions-ocaml-4-05" }
- { COQ_VERSION: "master", COQ_PACKAGE: "coq libcoq-ocaml-dev" , PPA: "ppa:jgross-h/coq-master-daily" }

env: ${{ matrix.env }}
Expand Down Expand Up @@ -60,5 +59,5 @@ jobs:
run: git submodule update --init --recursive
- name: make dependencies
run: make -j2 deps
- name: make
run: make -j2
- name: make all
run: make all # TODO: investigate why this fails with -j2

0 comments on commit 21efafd

Please sign in to comment.