about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorRich Kadel <richkadel@google.com>2020-06-17 14:50:28 -0700
committerRich Kadel <richkadel@google.com>2020-06-17 14:50:28 -0700
commit36c9014ddd3e2ac6b6a0e9f623e791281c40473d (patch)
tree25b666f1e5db70fb44b6b4800ff2e8f5dc3be71e /src
parentb9f0304af8b74bdf01cd39f1603d73bdc599de79 (diff)
downloadrust-36c9014ddd3e2ac6b6a0e9f623e791281c40473d.tar.gz
rust-36c9014ddd3e2ac6b6a0e9f623e791281c40473d.zip
removed try config to test mac & windows (passed)
https://dev.azure.com/rust-lang/rust/_build/results?buildId=32224&view=results
Diffstat (limited to 'src')
-rw-r--r--src/ci/azure-pipelines/try.yml30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/ci/azure-pipelines/try.yml b/src/ci/azure-pipelines/try.yml
index b57b691641c..38a0685e0f7 100644
--- a/src/ci/azure-pipelines/try.yml
+++ b/src/ci/azure-pipelines/try.yml
@@ -82,33 +82,3 @@ jobs:
 #         INITIAL_RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-extended --enable-profiler
 #         SCRIPT: python x.py dist
 #         DEPLOY_ALT: 1
-
-- job: macOS
-  timeoutInMinutes: 600
-  pool:
-    vmImage: macos-10.15
-  steps:
-  - template: steps/run.yml
-  strategy:
-    matrix:
-      x86_64-apple:
-        SCRIPT: ./x.py test
-        INITIAL_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.8
-        MACOSX_STD_DEPLOYMENT_TARGET: 10.7
-        NO_LLVM_ASSERTIONS: 1
-        NO_DEBUG_ASSERTIONS: 1
-- job: Windows
-  timeoutInMinutes: 600
-  pool:
-    vmImage: 'vs2017-win2016'
-  steps:
-  - template: steps/run.yml
-  strategy:
-    matrix:
-      x86_64-msvc:
-        INITIAL_RUST_CONFIGURE_ARGS: >
-          --build=x86_64-pc-windows-msvc
-          --enable-profiler
-        SCRIPT: python x.py test