fix(bootstrap): rename exclude flag to skip 🐛

This commit is contained in:
Meysam Azad 2023-08-04 20:08:22 +07:00
parent 8236f63aba
commit 0b16456efa
No known key found for this signature in database
GPG key ID: 34A607A37E93AF7F
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