Skip to content

Commit bf28325

Browse files
committed
ci(linux): enable the full test suite for aarch64-unknown-linux-gnu
1 parent 8032992 commit bf28325

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@ jobs:
543543
# to generate their Dockerfiles.
544544
- target: aarch64-unknown-linux-gnu
545545
os: ubuntu-24.04-arm
546+
run_tests: YES
546547
- target: armv7-unknown-linux-gnueabihf
547548
#snap_arch: armhf
548549
steps:
@@ -711,6 +712,7 @@ jobs:
711712
# to generate their Dockerfiles.
712713
- target: aarch64-unknown-linux-gnu
713714
os: ubuntu-24.04-arm
715+
run_tests: YES
714716
- target: armv7-unknown-linux-gnueabihf
715717
#snap_arch: armhf
716718
steps:
@@ -897,6 +899,7 @@ jobs:
897899
# to generate their Dockerfiles.
898900
- target: aarch64-unknown-linux-gnu
899901
os: ubuntu-24.04-arm
902+
run_tests: YES
900903
- target: armv7-unknown-linux-gnueabihf
901904
#snap_arch: armhf
902905
- target: powerpc64le-unknown-linux-gnu # skip-pr skip-master

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs: # skip-master skip-pr skip-stable
5252
# to generate their Dockerfiles.
5353
- target: aarch64-unknown-linux-gnu
5454
os: ubuntu-24.04-arm
55+
run_tests: YES
5556
- target: armv7-unknown-linux-gnueabihf
5657
#snap_arch: armhf
5758
- target: powerpc64le-unknown-linux-gnu # skip-pr skip-master

0 commit comments

Comments
 (0)