Skip to content

Commit

Permalink
ci(linux): enable the full test suite for aarch64-unknown-linux-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Jan 17, 2025
1 parent 8032992 commit bf28325
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@ jobs:
# to generate their Dockerfiles.
- target: aarch64-unknown-linux-gnu
os: ubuntu-24.04-arm
run_tests: YES
- target: armv7-unknown-linux-gnueabihf
#snap_arch: armhf
steps:
Expand Down Expand Up @@ -711,6 +712,7 @@ jobs:
# to generate their Dockerfiles.
- target: aarch64-unknown-linux-gnu
os: ubuntu-24.04-arm
run_tests: YES
- target: armv7-unknown-linux-gnueabihf
#snap_arch: armhf
steps:
Expand Down Expand Up @@ -897,6 +899,7 @@ jobs:
# to generate their Dockerfiles.
- target: aarch64-unknown-linux-gnu
os: ubuntu-24.04-arm
run_tests: YES
- target: armv7-unknown-linux-gnueabihf
#snap_arch: armhf
- target: powerpc64le-unknown-linux-gnu # skip-pr skip-master
Expand Down
1 change: 1 addition & 0 deletions ci/actions-templates/linux-builds-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs: # skip-master skip-pr skip-stable
# to generate their Dockerfiles.
- target: aarch64-unknown-linux-gnu
os: ubuntu-24.04-arm
run_tests: YES
- target: armv7-unknown-linux-gnueabihf
#snap_arch: armhf
- target: powerpc64le-unknown-linux-gnu # skip-pr skip-master
Expand Down

0 comments on commit bf28325

Please sign in to comment.