Skip to content

Commit 34e8340

Browse files
author
The Miri Conjob Bot
committed
Merge from rustc
2 parents 39e142f + cc8681b commit 34e8340

File tree

1,423 files changed

+27034
-11508
lines changed

Some content is hidden

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

1,423 files changed

+27034
-11508
lines changed

.github/workflows/ci.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ jobs:
106106
- name: install clang
107107
run: src/ci/scripts/install-clang.sh
108108
if: success() && !env.SKIP_JOB
109+
- name: install tidy
110+
run: src/ci/scripts/install-tidy.sh
111+
if: success() && !env.SKIP_JOB
109112
- name: install WIX
110113
run: src/ci/scripts/install-wix.sh
111114
if: success() && !env.SKIP_JOB
@@ -370,6 +373,19 @@ jobs:
370373
NO_OVERFLOW_CHECKS: 1
371374
DIST_REQUIRE_ALL_TOOLS: 1
372375
os: macos-13-xlarge
376+
- name: aarch64-apple
377+
env:
378+
SCRIPT: "./x.py --stage 2 test --host=aarch64-apple-darwin --target=aarch64-apple-darwin"
379+
RUST_CONFIGURE_ARGS: "--enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
380+
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
381+
SELECT_XCODE: /Applications/Xcode_13.4.1.app
382+
USE_XCODE_CLANG: 1
383+
MACOSX_DEPLOYMENT_TARGET: 11.0
384+
MACOSX_STD_DEPLOYMENT_TARGET: 11.0
385+
NO_LLVM_ASSERTIONS: 1
386+
NO_DEBUG_ASSERTIONS: 1
387+
NO_OVERFLOW_CHECKS: 1
388+
os: macos-13-xlarge
373389
- name: x86_64-msvc
374390
env:
375391
RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-msvc --enable-profiler"
@@ -483,6 +499,9 @@ jobs:
483499
- name: install clang
484500
run: src/ci/scripts/install-clang.sh
485501
if: success() && !env.SKIP_JOB
502+
- name: install tidy
503+
run: src/ci/scripts/install-tidy.sh
504+
if: success() && !env.SKIP_JOB
486505
- name: install WIX
487506
run: src/ci/scripts/install-wix.sh
488507
if: success() && !env.SKIP_JOB
@@ -607,6 +626,9 @@ jobs:
607626
- name: install clang
608627
run: src/ci/scripts/install-clang.sh
609628
if: success() && !env.SKIP_JOB
629+
- name: install tidy
630+
run: src/ci/scripts/install-tidy.sh
631+
if: success() && !env.SKIP_JOB
610632
- name: install WIX
611633
run: src/ci/scripts/install-wix.sh
612634
if: success() && !env.SKIP_JOB

0 commit comments

Comments
 (0)