File tree Expand file tree Collapse file tree 1 file changed +28
-28
lines changed
Expand file tree Collapse file tree 1 file changed +28
-28
lines changed Original file line number Diff line number Diff line change @@ -51,34 +51,34 @@ jobs:
5151 make -j
5252 file iqtree2 | grep x86-64
5353
54- build-linux-aarch64 :
55- name : Linux aarch64
56- runs-on : ubuntu-latest
57-
58- steps :
59- - name : Checkout
60- uses : actions/checkout@v4
61- with :
62- submodules : " recursive"
63-
64- - name : Build on Linux ARM64
65- uses : uraimo/run-on-arch-action@v2
66- with :
67- arch : aarch64
68- distro : ubuntu_latest
69- githubToken : ${{ github.token }}
70- dockerRunArgs : |
71- --volume "${PWD}:/iqtree2"
72- install : |
73- apt-get update -q -y
74- apt-get install -q -y cmake gcc g++ file libeigen3-dev libboost-dev
75- run : |
76- cd /iqtree2
77- mkdir build
78- cd build
79- cmake ..
80- make -j
81- file iqtree2 | grep aarch64
54+ # build-linux-aarch64:
55+ # name: Linux aarch64
56+ # runs-on: ubuntu-latest
57+ #
58+ # steps:
59+ # - name: Checkout
60+ # uses: actions/checkout@v4
61+ # with:
62+ # submodules: "recursive"
63+ #
64+ # - name: Build on Linux ARM64
65+ # uses: uraimo/run-on-arch-action@v2
66+ # with:
67+ # arch: aarch64
68+ # distro: ubuntu_latest
69+ # githubToken: ${{ github.token }}
70+ # dockerRunArgs: |
71+ # --volume "${PWD}:/iqtree2"
72+ # install: |
73+ # apt-get update -q -y
74+ # apt-get install -q -y cmake gcc g++ file libeigen3-dev libboost-dev
75+ # run: |
76+ # cd /iqtree2
77+ # mkdir build
78+ # cd build
79+ # cmake ..
80+ # make -j
81+ # file iqtree2 | grep aarch64
8282
8383 build-macos-x86_64 :
8484 name : Mac OS x86-64
You can’t perform that action at this time.
0 commit comments