File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed
Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments