Skip to content

Commit 977cc43

Browse files
authored
Merge pull request #406 from iqtree/fix
temporary disable the testing on linux arm in ci.yaml file
2 parents 7e523f8 + f640ae7 commit 977cc43

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

.github/workflows/ci.yaml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)