Skip to content

Commit b9070f3

Browse files
committed
ci: stop running macOS builds on Azure Pipelines
1 parent 7820135 commit b9070f3

File tree

2 files changed

+3
-181
lines changed

2 files changed

+3
-181
lines changed

src/ci/azure-pipelines/auto.yml

+3-39
Original file line numberDiff line numberDiff line change
@@ -18,45 +18,9 @@ trigger:
1818
- auto
1919

2020
jobs:
21-
- job: macOS
21+
- job: Dummy
2222
timeoutInMinutes: 600
2323
pool:
24-
vmImage: macos-10.15
24+
vmImage: ubuntu-16.04
2525
steps:
26-
- template: steps/run.yml
27-
variables:
28-
# We're still uploading macOS builds from Azure Pipelines.
29-
- group: prod-credentials
30-
strategy:
31-
matrix:
32-
# OSX builders running tests, these run the full test suite.
33-
# NO_DEBUG_ASSERTIONS=1 to make them go faster, but also do have some
34-
# runners that run `//ignore-debug` tests.
35-
#
36-
# Note that the compiler is compiled to target 10.8 here because the Xcode
37-
# version that we're using, 8.2, cannot compile LLVM for OSX 10.7.
38-
x86_64-apple:
39-
SCRIPT: ./x.py --stage 2 test
40-
INITIAL_RUST_CONFIGURE_ARGS: --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false
41-
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
42-
MACOSX_DEPLOYMENT_TARGET: 10.8
43-
MACOSX_STD_DEPLOYMENT_TARGET: 10.7
44-
NO_LLVM_ASSERTIONS: 1
45-
NO_DEBUG_ASSERTIONS: 1
46-
47-
dist-x86_64-apple:
48-
SCRIPT: ./x.py dist
49-
INITIAL_RUST_CONFIGURE_ARGS: --host=x86_64-apple-darwin --target=x86_64-apple-darwin,aarch64-apple-ios,x86_64-apple-ios --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false
50-
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
51-
MACOSX_DEPLOYMENT_TARGET: 10.7
52-
NO_LLVM_ASSERTIONS: 1
53-
NO_DEBUG_ASSERTIONS: 1
54-
DIST_REQUIRE_ALL_TOOLS: 1
55-
56-
dist-x86_64-apple-alt:
57-
SCRIPT: ./x.py dist
58-
INITIAL_RUST_CONFIGURE_ARGS: --enable-extended --enable-profiler --set rust.jemalloc --set llvm.ninja=false
59-
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
60-
MACOSX_DEPLOYMENT_TARGET: 10.7
61-
NO_LLVM_ASSERTIONS: 1
62-
NO_DEBUG_ASSERTIONS: 1
26+
- bash: echo "We're running this job since bors is still gating on Azure"

src/ci/azure-pipelines/steps/run.yml

-142
This file was deleted.

0 commit comments

Comments
 (0)