diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2024-06-05 21:54:55 +1000 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2024-06-09 14:38:37 +1000 |
| commit | 5223bf4474b02bd6925c5b516a8a0efd5ec4ec20 (patch) | |
| tree | b8eaab9421d44b4280603cfc575465adbb477d84 /src/ci/github-actions | |
| parent | 0f8c3adc687a727fe1cbb4f3e83d68cec95b2ace (diff) | |
| download | rust-5223bf4474b02bd6925c5b516a8a0efd5ec4ec20.tar.gz rust-5223bf4474b02bd6925c5b516a8a0efd5ec4ec20.zip | |
Remove empty test suite `tests/run-make-fulldeps`
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 8c84e721f5d..48c39d2c33e 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -37,7 +37,7 @@ runners: envs: env-x86_64-apple-tests: &env-x86_64-apple-tests - SCRIPT: ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc --skip tests/run-make-fulldeps + SCRIPT: ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc RUST_CONFIGURE_ARGS: --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc RUSTC_RETRY_LINKER_ON_SEGFAULT: 1 MACOSX_DEPLOYMENT_TARGET: 10.12 @@ -294,7 +294,7 @@ auto: - image: x86_64-apple-2 env: - SCRIPT: ./x.py --stage 2 test tests/ui tests/rustdoc tests/run-make-fulldeps + SCRIPT: ./x.py --stage 2 test tests/ui tests/rustdoc <<: *env-x86_64-apple-tests <<: *job-macos-xl |
