From 0126c1e88fa3f0404abf15988ee03d83de21b6a8 Mon Sep 17 00:00:00 2001 From: gwenn Date: Sat, 19 Oct 2019 11:25:23 +0200 Subject: [PATCH] Disable vcpkg in appveyor build https://help.appveyor.com/discussions/problems/24684-problem-with-vcpkg-wrong-version-on-appveyor --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index d260e38..2d88284 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,9 +2,9 @@ environment: matrix: - TARGET: x86_64-pc-windows-gnu MSYS2_BITS: 64 - - TARGET: x86_64-pc-windows-msvc - VCPKG_DEFAULT_TRIPLET: x64-windows - VCPKGRS_DYNAMIC: 1 +# - TARGET: x86_64-pc-windows-msvc +# VCPKG_DEFAULT_TRIPLET: x64-windows +# VCPKGRS_DYNAMIC: 1 # - TARGET: x86_64-pc-windows-msvc # VCPKG_DEFAULT_TRIPLET: x64-windows-static # RUSTFLAGS: -Ctarget-feature=+crt-static