diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2019-06-26 11:13:08 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2019-06-26 11:13:08 -0700 |
| commit | 6772ebc27477827424fcf6297c7bfb03b52a88b3 (patch) | |
| tree | 98359e2e98a4f1fcf00fcaf0a83e291cd10b9e6e | |
| parent | cd93888351d68894bbef4a6c2ad9f63f3bd23d33 (diff) | |
| download | rust-6772ebc27477827424fcf6297c7bfb03b52a88b3.tar.gz rust-6772ebc27477827424fcf6297c7bfb03b52a88b3.zip | |
ci: Disable x86_64-msvc-tools builder
While we figure out what's wrong let's continue to land PRs
| -rw-r--r-- | .azure-pipelines/auto.yml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.azure-pipelines/auto.yml b/.azure-pipelines/auto.yml index 3775fb14272..c2ea8b756e0 100644 --- a/.azure-pipelines/auto.yml +++ b/.azure-pipelines/auto.yml @@ -251,10 +251,12 @@ jobs: RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc VCVARS_BAT: vcvars64.bat # MSVC tools tests - x86_64-msvc-tools: - MSYS_BITS: 64 - SCRIPT: src/ci/docker/x86_64-gnu-tools/checktools.sh x.py /tmp/toolstates.json windows - RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --save-toolstates=/tmp/toolstates.json --enable-test-miri + # FIXME: broken on azure right now, need to figure out a cause and + # reenable + # x86_64-msvc-tools: + # MSYS_BITS: 64 + # SCRIPT: src/ci/docker/x86_64-gnu-tools/checktools.sh x.py /tmp/toolstates.json windows + # RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --save-toolstates=/tmp/toolstates.json --enable-test-miri # 32/64-bit MinGW builds. # |
