|
78 | 78 | # os: ubuntu-latest |
79 | 79 | #- tuple: mipsel-unknown-linux-musl |
80 | 80 | # os: ubuntu-latest |
81 | | - - tuple: s390x-unknown-linux-gnu |
82 | | - os: ubuntu-latest |
| 81 | + # - tuple: s390x-unknown-linux-gnu |
| 82 | + # os: ubuntu-latest |
83 | 83 | - tuple: i586-unknown-linux-gnu |
84 | 84 | os: ubuntu-latest |
85 | 85 | - tuple: nvptx64-nvidia-cuda |
@@ -117,6 +117,8 @@ jobs: |
117 | 117 | os: windows-2025 |
118 | 118 | - tuple: aarch64-pc-windows-msvc |
119 | 119 | os: windows-11-arm |
| 120 | + - tuple: arm64ec-pc-windows-msvc |
| 121 | + os: windows-11-arm |
120 | 122 | - tuple: x86_64-pc-windows-gnu |
121 | 123 | os: windows-2025 |
122 | 124 | # - tuple: i686-pc-windows-gnu |
@@ -165,10 +167,10 @@ jobs: |
165 | 167 | tuple: riscv64gc-unknown-linux-gnu |
166 | 168 | os: ubuntu-latest |
167 | 169 | test_everything: true |
168 | | - - target: |
169 | | - tuple: s390x-unknown-linux-gnu |
170 | | - os: ubuntu-latest |
171 | | - test_everything: true |
| 170 | + # - target: |
| 171 | + # tuple: s390x-unknown-linux-gnu |
| 172 | + # os: ubuntu-latest |
| 173 | + # test_everything: true |
172 | 174 | - target: |
173 | 175 | tuple: x86_64-unknown-linux-gnu |
174 | 176 | os: ubuntu-latest |
@@ -207,14 +209,6 @@ jobs: |
207 | 209 | rustup update nightly --no-self-update |
208 | 210 | rustup default nightly |
209 | 211 | shell: bash |
210 | | - if: matrix.target.os != 'windows-11-arm' |
211 | | - - name: Install Rust for `windows-11-arm` runners |
212 | | - # The arm runners don't have Rust pre-installed (https://github.com/actions/partner-runner-images/issues/77) |
213 | | - run: | |
214 | | - curl https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly |
215 | | - echo "$HOME/.cargo/bin" >> $GITHUB_PATH |
216 | | - shell: bash |
217 | | - if: matrix.target.os == 'windows-11-arm' |
218 | 212 |
|
219 | 213 | - run: rustup target add ${{ matrix.target.tuple }} |
220 | 214 | shell: bash |
|
0 commit comments