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:
195
195
env :
196
196
RUST_LIBC_UNSTABLE_GNU_FILE_OFFSET_BITS : 64
197
197
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
198
210
# FIXME(ppc): SIGILL running tests, see
199
211
# https://github.com/rust-lang/libc/pull/4254#issuecomment-2636288713
200
212
# - target: powerpc-unknown-linux-gnu
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ case ${1} in
10
10
musl_version=1.2.5
11
11
;;
12
12
* )
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
14
14
;;
15
15
esac
16
16
You can’t perform that action at this time.
0 commit comments