Skip to content

Commit 831e40e

Browse files
authored
Rollup merge of rust-lang#146709 - a4lg:stdarch-sync-20250917, r=Kobzol
stdarch subtree update Subtree update of `stdarch` to [rust-lang/stdarch@9f12c1a](rust-lang/stdarch@9f12c1a). Created using https://github.com/rust-lang/josh-sync. r? `@Kobzol`
2 parents 026d57c + c1242fa commit 831e40e

File tree

35 files changed

+2869
-11345
lines changed

35 files changed

+2869
-11345
lines changed

library/stdarch/.cirrus.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

library/stdarch/.github/workflows/main.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ jobs:
117117
os: windows-2025
118118
- tuple: aarch64-pc-windows-msvc
119119
os: windows-11-arm
120+
- tuple: arm64ec-pc-windows-msvc
121+
os: windows-11-arm
120122
- tuple: x86_64-pc-windows-gnu
121123
os: windows-2025
122124
# - tuple: i686-pc-windows-gnu
@@ -207,14 +209,6 @@ jobs:
207209
rustup update nightly --no-self-update
208210
rustup default nightly
209211
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'
218212

219213
- run: rustup target add ${{ matrix.target.tuple }}
220214
shell: bash

0 commit comments

Comments
 (0)