From 03c3fd5779a8e98865dacbefc1d4ad27ca4a8076 Mon Sep 17 00:00:00 2001 From: David Wagner Date: Fri, 6 Jan 2017 15:07:25 +0100 Subject: [PATCH] appveyor: work around wixtoolset missing checksum The wixtoolset package is currently broken on chocolatey but we can work around it. Signed-off-by: David Wagner --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 8ea45a4df..a594ee451 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,6 +30,10 @@ init: install: - cinst cmake.portable wget 7zip.commandline # Install Windows Installer XML (WiX) to create installer with cpack + # This package is currently broken because of a missing checksum. Since we + # are not distributing the packages, we don't care about that and can + # override the checksum: + - choco feature enable -n allowEmptyChecksums - cinst wixtoolset # Download and install external dependency if they are not in the cache