File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -195,6 +195,18 @@ jobs:
195195 env :
196196 RUST_LIBC_UNSTABLE_GNU_FILE_OFFSET_BITS : 64
197197 artifact-tag : offset-bits64
198+ - target : aarch64-unknown-linux-musl
199+ env :
200+ RUST_LIBC_UNSTABLE_MUSL_V1_2_3 : 1
201+ - target : arm-unknown-linux-musleabihf
202+ env :
203+ RUST_LIBC_UNSTABLE_MUSL_V1_2_3 : 1
204+ - target : i686-unknown-linux-musl
205+ env :
206+ RUST_LIBC_UNSTABLE_MUSL_V1_2_3 : 1
207+ - target : loongarch64-unknown-linux-musl
208+ env :
209+ RUST_LIBC_UNSTABLE_MUSL_V1_2_3 : 1
198210 # FIXME(ppc): SIGILL running tests, see
199211 # https://github.com/rust-lang/libc/pull/4254#issuecomment-2636288713
200212 # - target: powerpc-unknown-linux-gnu
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ case ${1} in
1010 musl_version=1.2.5
1111 ;;
1212 * )
13- musl_version=1.1.24
13+ [ -n " ${RUST_LIBC_UNSTABLE_MUSL_V1_2_3 :- } " ] && musl_version=1.2.3 || musl_version=1.1.24
1414 ;;
1515esac
1616
You can’t perform that action at this time.
0 commit comments