You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+12-8
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ See also [setup-cross-toolchain-action](https://github.com/taiki-e/setup-cross-t
33
33
[1] See target list below for details<br>
34
34
[2] Except for sparc-unknown-linux-gnu and loongarch64-unknown-linux-gnu<br>
35
35
[3] Except for loongarch64-unknown-linux-gnu<br>
36
-
[4] Except for powerpc-unknown-linux-gnuspe, riscv32gc-unknown-linux-gnu, and x86_64-unknown-linux-gnux32<br>
36
+
[4] Except for powerpc-unknown-linux-gnuspe, and x86_64-unknown-linux-gnux32<br>
37
37
38
38
([Dockerfile](docker/linux-gnu.Dockerfile))
39
39
@@ -79,12 +79,14 @@ See also [setup-cross-toolchain-action](https://github.com/taiki-e/setup-cross-t
[1]13.2.0 for risc64gc-unknown-linux-musl, unavailable for hexagon-unknown-linux-musl<br>
85
85
[2] 17.0.0-rc3 for hexagon-unknown-linux-musl, otherwise host<br>
86
86
[3] hexagon-unknown-linux-musl requires release mode for building test<br>
87
-
[4] See target list below for details<br>
87
+
[4] Except for riscv32gc-unknown-linux-musl<br>
88
+
[5] See target list below for details<br>
89
+
[6] 1.2.5 for riscv32
88
90
89
91
([Dockerfile](docker/linux-musl.Dockerfile))
90
92
@@ -101,12 +103,14 @@ See also [setup-cross-toolchain-action](https://github.com/taiki-e/setup-cross-t
101
103
|`hexagon-unknown-linux-musl` (tier3) | x86_64 Linux (glibc 2.27+) |
102
104
|`i586-unknown-linux-musl`| x86_64 Linux (any libc) |
103
105
|`i686-unknown-linux-musl`| x86_64 Linux (any libc) |
104
-
|`mips-unknown-linux-musl`| x86_64 Linux (any libc) |
105
-
|`mips64-unknown-linux-muslabi64`| x86_64 Linux (any libc) |
106
-
|`mips64el-unknown-linux-muslabi64`| x86_64 Linux (any libc) |
107
-
|`mipsel-unknown-linux-musl`| x86_64 Linux (any libc) |
106
+
|`mips-unknown-linux-musl`(tier3) | x86_64 Linux (any libc) |
107
+
|`mips64-unknown-linux-muslabi64`(tier3) | x86_64 Linux (any libc) |
108
+
|`mips64el-unknown-linux-muslabi64`(tier3) | x86_64 Linux (any libc) |
109
+
|`mipsel-unknown-linux-musl`(tier3) | x86_64 Linux (any libc) |
108
110
|`powerpc-unknown-linux-musl` (tier3) | x86_64 Linux (any libc) |
109
111
|`powerpc64le-unknown-linux-musl` (tier3) | x86_64 Linux (any libc) |
112
+
|`riscv32gc-unknown-linux-musl` (tier3) | x86_64 Linux (any libc) |
113
+
|`riscv64gc-unknown-linux-musl`| x86_64 Linux (any libc) |
110
114
|`s390x-unknown-linux-musl` (tier3) | x86_64 Linux (any libc) |
111
115
|`thumbv7neon-unknown-linux-musleabihf` (tier3) | x86_64 Linux (any libc) |
112
116
|`x86_64-unknown-linux-musl`| x86_64 Linux (any libc) |
Copy file name to clipboardexpand all lines: docker/test/test.sh
+7-6
Original file line number
Diff line number
Diff line change
@@ -268,10 +268,9 @@ esac
268
268
# Whether or not to run the compiled binaries.
269
269
no_run=1
270
270
case"${RUST_TARGET}"in
271
-
# TODO(riscv32gc-unknown-linux-gnu): libstd's io-related feature on riscv32 linux is broken: https://github.com/rust-lang/rust/issues/88995
272
271
# TODO(x86_64-unknown-linux-gnux32): Invalid ELF image for this architecture
# TODO(powerpc64le,s390x,thumbv7neon,mips): libunwind build issue since around 2022-12-16: https://github.com/taiki-e/rust-cross-toolchain/commit/7913d98f9c73ffb83f46ab83019bdc3358503d8a
# TODO(powerpc64le,thumbv7neon,mips): libunwind build issue since around 2022-12-16: https://github.com/taiki-e/rust-cross-toolchain/commit/7913d98f9c73ffb83f46ab83019bdc3358503d8a
0 commit comments