Skip to content

Commit b7cd429

Browse files
Kobzolrami3l
authored andcommitted
Run Aarch64 jobs on PRs
1 parent e1fbefc commit b7cd429

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -533,13 +533,16 @@ jobs:
533533
- x86_64-unknown-linux-gnu
534534
- armv7-unknown-linux-gnueabihf
535535
- aarch64-linux-android
536+
- aarch64-unknown-linux-gnu
536537
include:
537538
- target: x86_64-unknown-linux-gnu
538539
run_tests: YES
539540
#snap_arch: amd64
540541
# We add an ARM-based host to the following target.
541542
# We need to do that because rust's CI uses ARM-based runners
542543
# to generate their Dockerfiles.
544+
- target: aarch64-unknown-linux-gnu
545+
os: ubuntu-24.04-arm64-4core-16gb
543546
- target: armv7-unknown-linux-gnueabihf
544547
#snap_arch: armhf
545548
steps:
@@ -696,7 +699,7 @@ jobs:
696699
- x86_64-unknown-linux-gnu
697700
- armv7-unknown-linux-gnueabihf
698701
- aarch64-linux-android
699-
- aarch64-unknown-linux-gnu # skip-pr
702+
- aarch64-unknown-linux-gnu
700703
- powerpc64-unknown-linux-gnu # skip-pr
701704
- x86_64-unknown-linux-musl # skip-pr
702705
include:
@@ -706,8 +709,8 @@ jobs:
706709
# We add an ARM-based host to the following target.
707710
# We need to do that because rust's CI uses ARM-based runners
708711
# to generate their Dockerfiles.
709-
- target: aarch64-unknown-linux-gnu # skip-pr
710-
os: ubuntu-24.04-arm64-4core-16gb # skip-pr
712+
- target: aarch64-unknown-linux-gnu
713+
os: ubuntu-24.04-arm64-4core-16gb
711714
- target: armv7-unknown-linux-gnueabihf
712715
#snap_arch: armhf
713716
steps:
@@ -864,7 +867,7 @@ jobs:
864867
- x86_64-unknown-linux-gnu
865868
- armv7-unknown-linux-gnueabihf
866869
- aarch64-linux-android
867-
- aarch64-unknown-linux-gnu # skip-pr
870+
- aarch64-unknown-linux-gnu
868871
- aarch64-unknown-linux-musl # skip-pr skip-master
869872
- powerpc64-unknown-linux-gnu # skip-pr
870873
- x86_64-unknown-linux-musl # skip-pr
@@ -892,8 +895,8 @@ jobs:
892895
# We add an ARM-based host to the following target.
893896
# We need to do that because rust's CI uses ARM-based runners
894897
# to generate their Dockerfiles.
895-
- target: aarch64-unknown-linux-gnu # skip-pr
896-
os: ubuntu-24.04-arm64-4core-16gb # skip-pr
898+
- target: aarch64-unknown-linux-gnu
899+
os: ubuntu-24.04-arm64-4core-16gb
897900
- target: armv7-unknown-linux-gnueabihf
898901
#snap_arch: armhf
899902
- target: powerpc64le-unknown-linux-gnu # skip-pr skip-master

ci/actions-templates/linux-builds-template.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs: # skip-master skip-pr skip-stable
2222
- x86_64-unknown-linux-gnu
2323
- armv7-unknown-linux-gnueabihf
2424
- aarch64-linux-android
25-
- aarch64-unknown-linux-gnu # skip-pr
25+
- aarch64-unknown-linux-gnu
2626
- aarch64-unknown-linux-musl # skip-pr skip-master
2727
- powerpc64-unknown-linux-gnu # skip-pr
2828
- x86_64-unknown-linux-musl # skip-pr
@@ -50,8 +50,8 @@ jobs: # skip-master skip-pr skip-stable
5050
# We add an ARM-based host to the following target.
5151
# We need to do that because rust's CI uses ARM-based runners
5252
# to generate their Dockerfiles.
53-
- target: aarch64-unknown-linux-gnu # skip-pr
54-
os: ubuntu-24.04-arm64-4core-16gb # skip-pr
53+
- target: aarch64-unknown-linux-gnu
54+
os: ubuntu-24.04-arm64-4core-16gb
5555
- target: armv7-unknown-linux-gnueabihf
5656
#snap_arch: armhf
5757
- target: powerpc64le-unknown-linux-gnu # skip-pr skip-master

0 commit comments

Comments
 (0)