aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-11-15 09:44:03 +0100
committerMarcoFalke <falke.marco@gmail.com>2020-11-15 09:44:05 +0100
commitfb7726e56d0f0617076c89cbc279547cc9d07341 (patch)
tree99cede6ebe825c7c7c9a5d98dcb8ab6617bac6d7
parent543693b92b954d186cb466a2f14b480f3bcf8c0b (diff)
parent406097c8102d903759dabcbaf94c39831580139b (diff)
downloadbitcoin-fb7726e56d0f0617076c89cbc279547cc9d07341.tar.xz
Merge #20395: ci: Use the previous build worker image in AppVeyor
406097c8102d903759dabcbaf94c39831580139b ci: Use the previous build worker image in AppVeyor (Hennadii Stepanov) Pull request description: This is a workaround as the [recent](https://www.appveyor.com/updates/2020/11/14/) Visual Studio 2019 image update breaks our builds. This PR is alternative to #20392 due to its build [failure](https://ci.appveyor.com/project/DrahtBot/bitcoin/builds/36314660). ACKs for top commit: MarcoFalke: review ACK 406097c8102d903759dabcbaf94c39831580139b also seems to pass Tree-SHA512: f9b722d8e67dd7f0745de6da385064630adb27ecbc0a919be47f62217a2bb7a27a6fa00a7536a24bf17500a77160ca3b92b3c8619047171a6f5198b434015221
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index eace0b7121..0d026748b5 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,6 +1,6 @@
version: '{branch}.{build}'
skip_tags: true
-image: Visual Studio 2019
+image: Previous Visual Studio 2019
configuration: Release
platform: x64
clone_depth: 5