From 5b514dfe121b24846e2bc9dfd8e76d933ce6a1ee Mon Sep 17 00:00:00 2001 From: alecmocatta Date: Sun, 21 Jul 2019 12:27:54 +0100 Subject: [PATCH] disable broken targets --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c6cc578..7473e4c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,7 +22,7 @@ jobs: matrix: windows: imageName: 'vs2017-win2016' - rust_target_run: 'x86_64-pc-windows-msvc x86_64-pc-windows-gnu i686-pc-windows-msvc i686-pc-windows-gnu' + rust_target_run: 'x86_64-pc-windows-msvc i686-pc-windows-msvc' # currently broken building crate-type=lib: x86_64-pc-windows-gnu i686-pc-windows-gnu mac: imageName: 'macos-10.13' rust_target_run: 'x86_64-apple-darwin i686-apple-darwin'