diff options
| author | James Barford-Evans <james.barford-evans@arm.com> | 2025-04-25 07:46:37 +0100 |
|---|---|---|
| committer | Amanieu d'Antras <amanieu@gmail.com> | 2025-05-03 05:06:15 +0000 |
| commit | af3bd7b89879b454edd3b549ff7a38b51ebe65ca (patch) | |
| tree | a6d3b241eb6ef89c948ddb925c0b74b519357a7a /library/stdarch/.github/workflows | |
| parent | 45ee41c13a67283ce99d7a16dd0ae68d54f598a8 (diff) | |
| download | rust-af3bd7b89879b454edd3b549ff7a38b51ebe65ca.tar.gz rust-af3bd7b89879b454edd3b549ff7a38b51ebe65ca.zip | |
retry adding aarch64_be to the pipeline
Diffstat (limited to 'library/stdarch/.github/workflows')
| -rw-r--r-- | library/stdarch/.github/workflows/main.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/library/stdarch/.github/workflows/main.yml b/library/stdarch/.github/workflows/main.yml index cc63589ad2c..a9ba24aad5c 100644 --- a/library/stdarch/.github/workflows/main.yml +++ b/library/stdarch/.github/workflows/main.yml @@ -129,8 +129,8 @@ jobs: os: ubuntu-latest test_everything: true - target: - tuple: aarch64_be-unknown-linux-gnu - os: ubuntu-latest + tuple: aarch64_be-unknown-linux-gnu + os: ubuntu-latest test_everything: true build_std: true - target: @@ -200,8 +200,6 @@ jobs: steps: - uses: actions/checkout@v4 - with: - submodules: recursive - name: Install Rust run: | rustup update nightly --no-self-update |
