Skip to content

Commit ed7766b

Browse files
committed
Merge branch 'master' of github.com:onur-ozkan/rust into reorganize-bootstrap-sources
2 parents d95bbd2 + 91db3bd commit ed7766b

File tree

2,112 files changed

+40577
-26779
lines changed

Some content is hidden

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

2,112 files changed

+40577
-26779
lines changed

.github/workflows/ci.yml

+9-10
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ name: CI
2121
- auto
2222
- try
2323
- try-perf
24+
- automation/bors/try
25+
- automation/bors/try-merge
2426
- master
2527
pull_request:
2628
branches:
@@ -264,9 +266,6 @@ jobs:
264266
- name: test-various
265267
os: ubuntu-20.04-8core-32gb
266268
env: {}
267-
- name: wasm32
268-
os: ubuntu-20.04-8core-32gb
269-
env: {}
270269
- name: x86_64-gnu
271270
os: ubuntu-20.04-4core-16gb
272271
env: {}
@@ -305,7 +304,7 @@ jobs:
305304
SCRIPT: "./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin"
306305
RUST_CONFIGURE_ARGS: "--enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false --set rust.lto=thin"
307306
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
308-
MACOSX_DEPLOYMENT_TARGET: 10.7
307+
MACOSX_DEPLOYMENT_TARGET: 10.12
309308
SELECT_XCODE: /Applications/Xcode_13.4.1.app
310309
NO_LLVM_ASSERTIONS: 1
311310
NO_DEBUG_ASSERTIONS: 1
@@ -317,7 +316,7 @@ jobs:
317316
SCRIPT: "./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim"
318317
RUST_CONFIGURE_ARGS: "--enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
319318
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
320-
MACOSX_DEPLOYMENT_TARGET: 10.7
319+
MACOSX_DEPLOYMENT_TARGET: 10.12
321320
SELECT_XCODE: /Applications/Xcode_13.4.1.app
322321
NO_LLVM_ASSERTIONS: 1
323322
NO_DEBUG_ASSERTIONS: 1
@@ -328,8 +327,8 @@ jobs:
328327
SCRIPT: "./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc --skip tests/run-make-fulldeps"
329328
RUST_CONFIGURE_ARGS: "--build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
330329
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
331-
MACOSX_DEPLOYMENT_TARGET: 10.8
332-
MACOSX_STD_DEPLOYMENT_TARGET: 10.7
330+
MACOSX_DEPLOYMENT_TARGET: 10.12
331+
MACOSX_STD_DEPLOYMENT_TARGET: 10.12
333332
NO_LLVM_ASSERTIONS: 1
334333
NO_DEBUG_ASSERTIONS: 1
335334
NO_OVERFLOW_CHECKS: 1
@@ -339,8 +338,8 @@ jobs:
339338
SCRIPT: "./x.py --stage 2 test tests/ui tests/rustdoc tests/run-make-fulldeps"
340339
RUST_CONFIGURE_ARGS: "--build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
341340
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
342-
MACOSX_DEPLOYMENT_TARGET: 10.8
343-
MACOSX_STD_DEPLOYMENT_TARGET: 10.7
341+
MACOSX_DEPLOYMENT_TARGET: 10.12
342+
MACOSX_STD_DEPLOYMENT_TARGET: 10.12
344343
NO_LLVM_ASSERTIONS: 1
345344
NO_DEBUG_ASSERTIONS: 1
346345
NO_OVERFLOW_CHECKS: 1
@@ -542,7 +541,7 @@ jobs:
542541
ARTIFACTS_AWS_ACCESS_KEY_ID: AKIA46X5W6CZN24CBO55
543542
AWS_REGION: us-west-1
544543
CACHE_DOMAIN: ci-caches.rust-lang.org
545-
if: "github.event_name == 'push' && (github.ref == 'refs/heads/try' || github.ref == 'refs/heads/try-perf') && github.repository == 'rust-lang-ci/rust'"
544+
if: "github.event_name == 'push' && (((github.ref == 'refs/heads/try' || github.ref == 'refs/heads/try-perf') && github.repository == 'rust-lang-ci/rust') || ((github.ref == 'refs/heads/automation/bors/try') && github.repository == 'rust-lang/rust'))"
546545
strategy:
547546
matrix:
548547
include:

.mailmap

+2
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,8 @@ Nilstrieb <[email protected]> nils <48135649+Nilstrieb
429429
430430
431431
432+
433+
432434
433435
434436

.reuse/dep5

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Files: compiler/*
2525
README.md
2626
RELEASES.md
2727
rustfmt.toml
28+
rust-bors.toml
2829
triagebot.toml
2930
x
3031
x.ps1

0 commit comments

Comments
 (0)