From 0daaa75a7071259adc115e93bf05377dfb643d43 Mon Sep 17 00:00:00 2001 From: Syrus Date: Thu, 19 Dec 2019 11:57:20 -0800 Subject: [PATCH] =?UTF-8?q?Revert=20incorrect=20toolchain=20changes=20from?= =?UTF-8?q?=20=E2=80=9DFix=20azure=20pipelines=20release"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts partially the commit c88196355dacc4009b2292d8d969d6d44dd8dd9a. --- azure-pipelines.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c832d3e2f..de4c72e12 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,24 +22,24 @@ jobs: - script: cargo fmt --all -- --check displayName: Lint variables: - rust_toolchain: '1.38.0' + rust_toolchain: '1.39.0' - job: Test strategy: matrix: linux: imageName: "ubuntu-16.04" - rust_toolchain: nightly-2019-08-15 + rust_toolchain: nightly-2019-12-19 mac: imageName: "macos-10.14" - rust_toolchain: nightly-2019-08-15 + rust_toolchain: nightly-2019-12-19 # By default schannel checks revocation of certificates unlike some other SSL # backends, but we've historically had problems on CI where a revocation # server goes down presumably. See #43333 for more info CARGO_HTTP_CHECK_REVOKE: false windows: imageName: "vs2017-win2016" - rust_toolchain: '1.38.0' + rust_toolchain: '1.39.0' pool: vmImage: $(imageName) condition: in(variables['Build.SourceBranch'], 'refs/heads/master', 'refs/heads/staging', 'refs/heads/trying') @@ -75,7 +75,7 @@ jobs: pool: vmImage: "ubuntu-16.04" variables: - rust_toolchain: nightly-2019-08-15 + rust_toolchain: nightly-2019-12-19 condition: in(variables['Build.SourceBranch'], 'refs/heads/master', 'refs/heads/staging', 'refs/heads/trying') steps: - checkout: self @@ -93,14 +93,14 @@ jobs: matrix: linux: imageName: "ubuntu-16.04" - rust_toolchain: nightly-2019-08-15 + rust_toolchain: nightly-2019-12-19 mac: imageName: "macos-10.14" - rust_toolchain: nightly-2019-08-15 + rust_toolchain: nightly-2019-12-19 MACOSX_DEPLOYMENT_TARGET: 10.10 windows: imageName: "vs2017-win2016" - rust_toolchain: '1.38.0' + rust_toolchain: '1.39.0' # RUSTFLAGS: -Ctarget-feature=+crt-static pool: vmImage: $(imageName) @@ -160,14 +160,14 @@ jobs: matrix: linux: imageName: "ubuntu-16.04" - rust_toolchain: nightly-2019-08-15 + rust_toolchain: nightly-2019-12-19 mac: imageName: "macos-10.14" - rust_toolchain: nightly-2019-08-15 + rust_toolchain: nightly-2019-12-19 MACOSX_DEPLOYMENT_TARGET: 10.10 windows: imageName: "vs2017-win2016" - rust_toolchain: '1.38.0' + rust_toolchain: '1.39.0' # RUSTFLAGS: -Ctarget-feature=+crt-static pool: vmImage: $(imageName) @@ -263,7 +263,7 @@ jobs: pool: vmImage: "ubuntu-16.04" variables: - rust_toolchain: nightly-2019-08-15 + rust_toolchain: nightly-2019-12-19 steps: - checkout: self submodules: true