Skip to content

Commit 4a1dd2c

Browse files
committed
1 parent 8b33011 commit 4a1dd2c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/coq-macos.yml

+7
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,19 @@ jobs:
5858
run: etc/ci/describe-system-config-macos.sh
5959
- name: deps
6060
run: opam exec -- etc/ci/github-actions-make.sh -j2 deps
61+
- name: all-except-js-of-ocaml
62+
run: opam exec -- etc/ci/github-actions-make.sh -j2 all-except-js-of-ocaml
63+
- name: pre-standalone-extracted
64+
run: opam exec -- etc/ci/github-actions-make.sh -j2 pre-standalone-extracted
6165
- name: all
6266
run: opam exec -- etc/ci/github-actions-make.sh -j2 all
67+
if: ${{ matrix.os.arch != 'arm64' }}
68+
# js_of_ocaml is too heavy for M1 GH Action runners which have only 7GB RAM, cf https://github.com/ocsigen/js_of_ocaml/issues/1612, https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
6369
- name: install-standalone-unified-ocaml
6470
run: opam exec -- etc/ci/github-actions-make.sh install-standalone-unified-ocaml BINDIR=dist
6571
- name: install-standalone-js-of-ocaml
6672
run: opam exec -- etc/ci/github-actions-make.sh install-standalone-js-of-ocaml
73+
if: ${{ matrix.os.arch != 'arm64' }}
6774
- name: only-test-amd64-files-lite
6875
run: opam exec -- etc/ci/github-actions-make.sh -j2 only-test-amd64-files-lite SLOWEST_FIRST=1
6976

0 commit comments

Comments
 (0)