Skip to content

Commit 1e9ba9d

Browse files
committed
github action: Remove the cross compilation for linux arm64
1 parent 2efbd0c commit 1e9ba9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/CICD.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,6 @@ jobs:
496496
job:
497497
# - { os , target , cargo-options , features , use-cross , toolchain, skip-tests }
498498
- { os: ubuntu-latest , target: arm-unknown-linux-gnueabihf , features: feat_os_unix_gnueabihf , use-cross: use-cross , skip-tests: true }
499-
- { os: ubuntu-latest , target: aarch64-unknown-linux-gnu , features: feat_os_unix_gnueabihf , use-cross: use-cross , skip-tests: true }
500499
- { os: ubuntu-22.04-arm , target: aarch64-unknown-linux-gnu , features: feat_os_unix_gnueabihf }
501500
- { os: ubuntu-latest , target: aarch64-unknown-linux-musl , features: feat_os_unix_musl , use-cross: use-cross , skip-tests: true }
502501
# - { os: ubuntu-latest , target: x86_64-unknown-linux-gnu , features: feat_selinux , use-cross: use-cross }

0 commit comments

Comments
 (0)