Skip to content

Commit

Permalink
Revert appveyor to previous windows image
Browse files Browse the repository at this point in the history
A recent update of the appveyor windows image updated the installed
openssl version to 1.1.1l which does not match the openssl version
postgres is built with (1.1.1k) leading to a segfault in one of our
tests.
  • Loading branch information
svenklemm committed Sep 7, 2021
1 parent dc67eb7 commit de4a601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: 1.0.{build}
image: Visual Studio 2019
image: Previous Visual Studio 2019
services:
- postgresql12
- docker
Expand Down Expand Up @@ -46,7 +46,7 @@ build_script:
New-NetFirewallRule -DisplayName "Allow postgres" -Direction Inbound -Action Allow -Protocol Any -LocalPort Any
# Set user and passworkd for psql
# Set user and password for psql
SET PGUSER=postgres
Expand Down

0 comments on commit de4a601

Please sign in to comment.