Skip to content

Commit d23554f

Browse files
committed
Auto merge of #2738 - RalfJung:rustup, r=RalfJung
Rustup
2 parents 245357f + e52e0d8 commit d23554f

File tree

758 files changed

+11400
-3671
lines changed

Some content is hidden

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

758 files changed

+11400
-3671
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,24 @@ jobs:
4141
TOOLSTATE_REPO: "https://github.com/rust-lang-nursery/rust-toolstate"
4242
CACHE_DOMAIN: ci-caches.rust-lang.org
4343
if: "github.event_name == 'pull_request'"
44+
continue-on-error: "${{ matrix.tidy }}"
4445
strategy:
4546
matrix:
4647
include:
4748
- name: mingw-check
49+
tidy: false
50+
os: ubuntu-20.04-xl
51+
env: {}
52+
- name: mingw-check-tidy
53+
tidy: true
4854
os: ubuntu-20.04-xl
4955
env: {}
5056
- name: x86_64-gnu-llvm-13
57+
tidy: false
5158
os: ubuntu-20.04-xl
5259
env: {}
5360
- name: x86_64-gnu-tools
61+
tidy: false
5462
env:
5563
CI_ONLY_WHEN_SUBMODULES_CHANGED: 1
5664
os: ubuntu-20.04-xl
@@ -301,7 +309,7 @@ jobs:
301309
- name: dist-x86_64-apple
302310
env:
303311
SCRIPT: "./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin"
304-
RUST_CONFIGURE_ARGS: "--enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
312+
RUST_CONFIGURE_ARGS: "--enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false --set rust.lto=thin"
305313
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
306314
MACOSX_DEPLOYMENT_TARGET: 10.7
307315
SELECT_XCODE: /Applications/Xcode_13.4.1.app

0 commit comments

Comments
 (0)