Skip to content

Commit 51560bd

Browse files
committed
don't run CI for aarch64
too slow and often fails
1 parent 951b93e commit 51560bd

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.github/workflows/ci.yaml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,27 @@ jobs:
2020
- name: Compile with ${{ matrix.compiler }}
2121
run: make CC=${{ matrix.compiler }}
2222

23-
build-aarch64:
24-
runs-on: ubuntu-latest
25-
strategy:
26-
matrix:
27-
compiler: [gcc, clang]
28-
29-
steps:
30-
- name: Checkout bwa
31-
uses: actions/checkout@v3
32-
33-
- name: Compile with ${{ matrix.compiler }}
34-
uses: uraimo/run-on-arch-action@v2
35-
with:
36-
arch: aarch64
37-
distro: ubuntu20.04
38-
githubToken: ${{ github.token }}
39-
dockerRunArgs: |
40-
--volume "${PWD}:/bwa"
41-
install: |
42-
apt-get update -q -y
43-
apt-get install -q -y make ${{ matrix.compiler }} zlib1g-dev
44-
run: |
45-
cd /bwa
46-
make CC=${{ matrix.compiler }}
23+
# build-aarch64:
24+
# runs-on: ubuntu-latest
25+
# strategy:
26+
# matrix:
27+
# compiler: [gcc, clang]
28+
#
29+
# steps:
30+
# - name: Checkout bwa
31+
# uses: actions/checkout@v3
32+
#
33+
# - name: Compile with ${{ matrix.compiler }}
34+
# uses: uraimo/run-on-arch-action@v2
35+
# with:
36+
# arch: aarch64
37+
# distro: ubuntu20.04
38+
# githubToken: ${{ github.token }}
39+
# dockerRunArgs: |
40+
# --volume "${PWD}:/bwa"
41+
# install: |
42+
# apt-get update -q -y
43+
# apt-get install -q -y make ${{ matrix.compiler }} zlib1g-dev
44+
# run: |
45+
# cd /bwa
46+
# make CC=${{ matrix.compiler }}

0 commit comments

Comments
 (0)