Pr feedback for instruction & hookup CI for aarch64_be

This commit is contained in:
James Barford-Evans
2025-04-22 16:33:30 +01:00
committed by Amanieu d'Antras
parent ef92b59242
commit c65583c2b3
3 changed files with 117 additions and 0 deletions
+13
View File
@@ -56,6 +56,9 @@ jobs:
os: ubuntu-latest
- tuple: aarch64-unknown-linux-gnu
os: ubuntu-latest
- target:
tuple: aarch64_be-unknown-linux-gnu
os: ubuntu-latest
- tuple: riscv64gc-unknown-linux-gnu
os: ubuntu-latest
- tuple: powerpc-unknown-linux-gnu
@@ -125,6 +128,11 @@ jobs:
tuple: aarch64-unknown-linux-gnu
os: ubuntu-latest
test_everything: true
- target:
tuple: aarch64_be-unknown-linux-gnu
os: ubuntu-latest
test_everything: true
build_std: true
- target:
tuple: armv7-unknown-linux-gnueabihf
os: ubuntu-latest
@@ -199,6 +207,11 @@ jobs:
rustup update nightly --no-self-update
rustup default nightly
- run: rustup target add ${{ matrix.target.tuple }}
if: matrix.build_std == ''
- run: |
rustup component add rust-src
echo "CARGO_UNSTABLE_BUILD_STD=std" >> $GITHUB_ENV
if: matrix.build_std != ''
- run: cargo generate-lockfile
# Configure some env vars based on matrix configuration