[Python-checkins] Add missing gdbm dependencies to the UNIX CI (GH-27467)

pablogsal webhook-mailer at python.org
Thu Jul 29 17:42:30 EDT 2021


https://github.com/python/cpython/commit/851cca8c22795a2f143ad5ebc10adab3c7784ad0
commit: 851cca8c22795a2f143ad5ebc10adab3c7784ad0
branch: main
author: Pablo Galindo Salgado <Pablogsal at gmail.com>
committer: pablogsal <Pablogsal at gmail.com>
date: 2021-07-29T22:42:21+01:00
summary:

Add missing gdbm dependencies to the UNIX CI (GH-27467)

files:
M .github/workflows/posix-deps-apt.sh

diff --git a/.github/workflows/posix-deps-apt.sh b/.github/workflows/posix-deps-apt.sh
index 56cc70edf6000..0119843e47eeb 100755
--- a/.github/workflows/posix-deps-apt.sh
+++ b/.github/workflows/posix-deps-apt.sh
@@ -9,6 +9,7 @@ apt-get -yq install \
     libbz2-dev \
     libffi-dev \
     libgdbm-dev \
+    libgdbm-compat-dev \
     liblzma-dev \
     libncurses5-dev \
     libreadline6-dev \



More information about the Python-checkins mailing list