Skip to content

Commit 2f213b0

Browse files
committed
(temp): make arm builds check-only until qemu is investigated
1 parent ea5a160 commit 2f213b0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,12 @@ jobs:
9595
target: arm-linux-androideabi
9696
rust: stable
9797
os: ubuntu-latest
98+
check_only: true # TODO run with qemu?
9899
- thing: arm64-android
99100
target: aarch64-linux-android
100101
rust: stable
101102
os: ubuntu-latest
103+
check_only: true # TODO run with qemu?
102104
- thing: i686-android
103105
target: i686-linux-android
104106
rust: stable
@@ -120,20 +122,22 @@ jobs:
120122
- thing: x86_64-ios
121123
target: x86_64-apple-ios
122124
os: macos-latest
123-
124125
check_only: true
125126
- thing: i686-linux
126127
target: i686-unknown-linux-gnu
127128
rust: stable
128129
os: ubuntu-latest
130+
check_only: true # TODO run with qemu?
129131
- thing: arm-linux
130132
target: arm-unknown-linux-gnueabi
131133
rust: stable
132134
os: ubuntu-latest
135+
check_only: true # TODO run with qemu?
133136
- thing: aarch64-linux
134137
target: aarch64-unknown-linux-gnu
135138
rust: stable
136139
os: ubuntu-latest
140+
check_only: true # TODO run with qemu?
137141
- thing: x86_64-musl
138142
target: x86_64-unknown-linux-musl
139143
rust: stable

0 commit comments

Comments
 (0)