Skip to content

Commit 04c5b35

Browse files
Rollup merge of #156251 - folkertdev:stdarch-sync-2026-05-06, r=folkertdev
stdarch subtree update Subtree update of `stdarch` to rust-lang/stdarch@6b174ad. Created using https://github.com/rust-lang/josh-sync. r? @ghost
2 parents 365c0e1 + f377362 commit 04c5b35

64 files changed

Lines changed: 40953 additions & 27105 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ jobs:
104104

105105
# macOS targets
106106
- tuple: x86_64-apple-darwin
107-
os: macos-15-large
107+
os: macos-15-intel
108108
- tuple: x86_64-apple-ios-macabi
109-
os: macos-15-large
109+
os: macos-15-intel
110110
- tuple: aarch64-apple-darwin
111111
os: macos-15
112112
- tuple: aarch64-apple-ios-macabi
@@ -348,6 +348,7 @@ jobs:
348348
- name: Run miri tests
349349
env:
350350
TARGET: "aarch64-unknown-linux-gnu"
351+
RUSTFLAGS: "-Ctarget-cpu=neoverse-v3"
351352
run: |
352353
# read filters and join them with a space.
353354
FILTERS=$(cat aarch64-miri-tests.txt | tr '\n' ' ')

0 commit comments

Comments
 (0)