File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -88,11 +88,12 @@ jobs:
8888 # Linux (musl)
8989 # rustup target list | grep -e '-linux-musl'
9090 # rustc --print target-list | grep -e '-linux-musl'
91- - target : aarch64-unknown-linux-musl
92- - target : aarch64-unknown-linux-musl
93- runner : qemu-user@7.2
94- - target : aarch64-unknown-linux-musl
95- qemu : ' 7.2'
91+ # TODO: https://github.com/rust-lang/rust/issues/128401
92+ # - target: aarch64-unknown-linux-musl
93+ # - target: aarch64-unknown-linux-musl
94+ # runner: qemu-user@7.2
95+ # - target: aarch64-unknown-linux-musl
96+ # qemu: '7.2'
9697 - target : arm-unknown-linux-musleabi
9798 - target : arm-unknown-linux-musleabihf
9899 - target : armv5te-unknown-linux-musleabi
@@ -289,7 +290,8 @@ jobs:
289290 # - i586-unknown-linux-gnu
290291 # - i686-unknown-linux-gnu
291292 - x86_64-unknown-linux-musl
292- - aarch64-unknown-linux-musl
293+ # TODO: https://github.com/rust-lang/rust/issues/128401
294+ # - aarch64-unknown-linux-musl
293295 - aarch64-linux-android
294296 - x86_64-unknown-freebsd
295297 - x86_64-unknown-netbsd
You can’t perform that action at this time.
0 commit comments