Skip to content

Commit

Permalink
DO NOT MERGE: disable "other checks" as we don't support all archs yet
Browse files Browse the repository at this point in the history
  • Loading branch information
sadiqj committed Feb 1, 2021
1 parent 8d7f87c commit 9280407
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
- name: Install
run: |
bash -xe tools/ci/actions/runner.sh install
- name: Other checks
run: |
bash -xe tools/ci/actions/runner.sh other-checks
full-flambda:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -66,6 +63,3 @@ jobs:
- name: Install
run: |
MAKE_ARG=-j OCAMLRUNPARAM=b,v=0 bash -xe tools/ci/actions/runner.sh install
- name: Other checks
run: |
MAKE_ARG=-j OCAMLRUNPARAM=b,v=0 bash -xe tools/ci/actions/runner.sh other-checks

0 comments on commit 9280407

Please sign in to comment.