File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -206,6 +206,7 @@ terminate.
206206| ` aarch64-unknown-linux-gnu ` | 2.31 | 9.4.0 | ✓ | 6.1.0 | ✓ |
207207| ` aarch64-unknown-linux-gnu:centos ` [ 7] | 2.17 | 4.8.5 | | 4.2.1 | ✓ |
208208| ` aarch64-unknown-linux-musl ` | 1.2.3 | 9.2.0 | ✓ | 6.1.0 | ✓ |
209+ | ` aarch64_be-unknown-linux-musl ` | 1.2.3 | 9.2.0 | ✓ | 6.1.0 | ✓ |
209210| ` arm-linux-androideabi ` [ 1] | 9.0.8 | 9.0.8 | ✓ | 6.1.0 | ✓ |
210211| ` arm-unknown-linux-gnueabi ` | 2.31 | 9.4.0 | ✓ | 6.1.0 | ✓ |
211212| ` arm-unknown-linux-gnueabihf ` | 2.31 | 8.5.0 | ✓ | 6.1.0 | ✓ |
Original file line number Diff line number Diff line change @@ -128,6 +128,11 @@ pub static PROVIDED_IMAGES: &[ProvidedImage] = &[
128128 platforms : & [ ImagePlatform :: X86_64_UNKNOWN_LINUX_GNU ] ,
129129 sub : None
130130 } ,
131+ ProvidedImage {
132+ name : "aarch64_be-unknown-linux-musl" ,
133+ platforms : & [ ImagePlatform :: X86_64_UNKNOWN_LINUX_GNU ] ,
134+ sub : None
135+ } ,
131136 ProvidedImage {
132137 name : "arm-unknown-linux-musleabihf" ,
133138 platforms : & [ ImagePlatform :: X86_64_UNKNOWN_LINUX_GNU ] ,
Original file line number Diff line number Diff line change @@ -262,6 +262,14 @@ dylib = true
262262std = true
263263run = true
264264
265+ [[target ]]
266+ target = " aarch64_be-unknown-linux-musl"
267+ os = " ubuntu-latest"
268+ cpp = true
269+ dylib = true
270+ std = true
271+ run = true
272+
265273[[target ]]
266274target = " arm-unknown-linux-musleabihf"
267275os = " ubuntu-latest"
You can’t perform that action at this time.
0 commit comments