aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2020-11-15 09:44:03 +0100
committerMarcoFalke <[email protected]>2020-11-15 09:44:05 +0100
commitfb7726e56d0f0617076c89cbc279547cc9d07341 (patch)
tree99cede6ebe825c7c7c9a5d98dcb8ab6617bac6d7
parentMerge #20378: wallet: fix potential division by 0 in WalletLogPrintf (diff)
parentci: Use the previous build worker image in AppVeyor (diff)
downloaddiscoin-fb7726e56d0f0617076c89cbc279547cc9d07341.tar.xz
discoin-fb7726e56d0f0617076c89cbc279547cc9d07341.zip
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 eace0b712..0d026748b 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