mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Pr feedback for instruction & hookup CI for aarch64_be
This commit is contained in:
committed by
Amanieu d'Antras
parent
ef92b59242
commit
c65583c2b3
+13
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user