No description provided.
appveyor: image: Previous Visual Studio 2019 #21024
pull MarcoFalke wants to merge 1 commits into bitcoin:master from MarcoFalke:2101-ciAppveyorPrev changing 1 files +1 −1-
MarcoFalke commented at 4:49 PM on January 28, 2021: member
-
appveyor: image: Previous Visual Studio 2019 fab8e3f597
-
MarcoFalke commented at 4:50 PM on January 28, 2021: member
Appveyor started failing: https://ci.appveyor.com/project/DrahtBot/bitcoin/builds/37488791 Then started passing again (same commit): https://ci.appveyor.com/project/DrahtBot/bitcoin/builds/37491951 Then started failing again on all builds. Thus, the issue must be upstream.
-
sipsorcery commented at 4:51 PM on January 28, 2021: member
Hmm not so sure, I've been building on the latest Appveyor image successfully. Will have a look.
-
MarcoFalke commented at 5:13 PM on January 28, 2021: member
Thanks
- MarcoFalke closed this on Jan 28, 2021
- MarcoFalke deleted the branch on Jan 28, 2021
-
sipsorcery commented at 5:22 PM on January 28, 2021: member
Seems like something is broken between appveyor and vcpkg. I haven't been able to re-produce yet. I will keep trying.
If you want a temporary fix you can use my cached versions of the vcpkg dependencies by setting the two environment variables below in the Appveyor settings. It results in the packages being downloaded as binaries from one of my previous appveyor builds instead of building from source.
VCPKG_FEATURE_FLAGS manifests,binarycaching VCPKG_BINARY_SOURCES nuget,https://aaronrc.pkgs.visualstudio.com/bitcoin/_packaging/vcpkg-deps/nuget/v3/index.json,read
-
sipsorcery commented at 10:02 PM on January 28, 2021: member
Seems to have fixed itself. Glitch in the matrix.
- DrahtBot locked this on Aug 16, 2022