diff options
| author | Meysam Azad <MeysamAzad81@gmail.com> | 2023-08-04 20:08:22 +0700 |
|---|---|---|
| committer | Meysam Azad <MeysamAzad81@gmail.com> | 2023-08-06 14:29:36 +0700 |
| commit | 0b16456efa95060beedb0e2fe1ed0aa5fa1b7e02 (patch) | |
| tree | f25c478c599244c2c65d5965f5de886d421b9c35 /src/ci/github-actions | |
| parent | 8236f63aba889be5ef9b42c86b3e73c8b877b6af (diff) | |
| download | rust-0b16456efa95060beedb0e2fe1ed0aa5fa1b7e02.tar.gz rust-0b16456efa95060beedb0e2fe1ed0aa5fa1b7e02.zip | |
fix(bootstrap): rename exclude flag to skip 🐛
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index 6efc1980e60..f900a5eb576 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -14,7 +14,6 @@ # step CI will fail. --- - ############################### # YAML Anchors Definition # ############################### @@ -30,7 +29,6 @@ # The expand-yaml-anchors tool will automatically remove this block from the # output YAML file. x--expand-yaml-anchors--remove: - - &shared-ci-variables CI_JOB_NAME: ${{ matrix.name }} CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse @@ -520,7 +518,7 @@ jobs: - name: x86_64-apple-1 env: &env-x86_64-apple-tests - 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 |
