]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Test binary packages using Postgres 13 to avoid scram auth problems on aarch64
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 7 Oct 2021 12:51:10 +0000 (14:51 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 7 Oct 2021 13:49:32 +0000 (15:49 +0200)
.github/workflows/packages.yml

index 3790323ba4f702a185333a3735b237487b6e720b..07f51954bc86fab6c32168d8fd2423e33f60a085 100644 (file)
@@ -128,7 +128,10 @@ jobs:
 
     services:
       postgresql:
-        image: postgres:14
+        # Can update to 14 only after aarch64 will be able to build with libpq
+        # > 10 or if we reconfigure the server to use md5 instead of SCRAM
+        # authentication.
+        image: postgres:13
         env:
           POSTGRES_PASSWORD: password
         ports: