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

ambv webhook-mailer at python.org
Fri Jul 30 08:07:39 EDT 2021


https://github.com/python/cpython/commit/a603aa472a38f778e2ed0cce73168e15f03c352c
commit: a603aa472a38f778e2ed0cce73168e15f03c352c
branch: 3.9
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: ambv <lukasz at langa.pl>
date: 2021-07-30T14:07:30+02:00
summary:

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

(cherry picked from commit 851cca8c22795a2f143ad5ebc10adab3c7784ad0)

Co-authored-by: Pablo Galindo Salgado <Pablogsal at gmail.com>

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 56cc70edf60001..0119843e47eeb1 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