Auto merge of #114001 - meysam81:issue-111894-fix, r=clubby789

fix(bootstrap): rename exclude flag to skip 🐛

fixes #111894
This commit is contained in:
bors 2023-08-10 04:36:51 +00:00
commit abc910be6f
17 changed files with 130 additions and 47 deletions

View file

@ -336,7 +336,7 @@ jobs:
os: macos-13
- name: x86_64-apple-1
env:
SCRIPT: "./x.py --stage 2 test --exclude tests/ui --exclude tests/rustdoc --exclude tests/run-make-fulldeps"
SCRIPT: "./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc --skip tests/run-make-fulldeps"
RUST_CONFIGURE_ARGS: "--build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
MACOSX_DEPLOYMENT_TARGET: 10.8