]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Update alpine linux packages before building wheels
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 11 Nov 2021 21:20:38 +0000 (22:20 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 14 Nov 2021 19:52:03 +0000 (20:52 +0100)
tools/build/wheel_linux_before_all.sh

index a670246273ef0d3afa0664e1cd100751333a2e54..45164cc0c1dea47806ea59953afb2e2787bb975a 100755 (executable)
@@ -12,6 +12,7 @@ set -x
 case "$ID" in
     alpine)
         # tzdata is required for datetime tests.
+        apk update
         apk add --no-cache postgresql-dev tzdata
         ;;