File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -95,10 +95,12 @@ jobs:
95
95
target : arm-linux-androideabi
96
96
rust : stable
97
97
os : ubuntu-latest
98
+ check_only : true # TODO run with qemu?
98
99
- thing : arm64-android
99
100
target : aarch64-linux-android
100
101
rust : stable
101
102
os : ubuntu-latest
103
+ check_only : true # TODO run with qemu?
102
104
- thing : i686-android
103
105
target : i686-linux-android
104
106
rust : stable
@@ -120,20 +122,22 @@ jobs:
120
122
- thing : x86_64-ios
121
123
target : x86_64-apple-ios
122
124
os : macos-latest
123
-
124
125
check_only : true
125
126
- thing : i686-linux
126
127
target : i686-unknown-linux-gnu
127
128
rust : stable
128
129
os : ubuntu-latest
130
+ check_only : true # TODO run with qemu?
129
131
- thing : arm-linux
130
132
target : arm-unknown-linux-gnueabi
131
133
rust : stable
132
134
os : ubuntu-latest
135
+ check_only : true # TODO run with qemu?
133
136
- thing : aarch64-linux
134
137
target : aarch64-unknown-linux-gnu
135
138
rust : stable
136
139
os : ubuntu-latest
140
+ check_only : true # TODO run with qemu?
137
141
- thing : x86_64-musl
138
142
target : x86_64-unknown-linux-musl
139
143
rust : stable
You can’t perform that action at this time.
0 commit comments