Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 1e18709

Browse files
authored
Merge pull request #393 from 01org/workaround-broken-wixtoolset-appveyor
appveyor: work around wixtoolset missing checksum
2 parents 99bc138 + 03c3fd5 commit 1e18709

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ init:
3030
install:
3131
- cinst cmake.portable wget 7zip.commandline
3232
# Install Windows Installer XML (WiX) to create installer with cpack
33+
# This package is currently broken because of a missing checksum. Since we
34+
# are not distributing the packages, we don't care about that and can
35+
# override the checksum:
36+
- choco feature enable -n allowEmptyChecksums
3337
- cinst wixtoolset
3438

3539
# Download and install external dependency if they are not in the cache

0 commit comments

Comments
 (0)