]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GitHub Action: Add gdb to posix dependencies (GH-23043)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 30 Oct 2020 22:36:31 +0000 (15:36 -0700)
committerGitHub <noreply@github.com>
Fri, 30 Oct 2020 22:36:31 +0000 (15:36 -0700)
Sort also dependencies and remove duplicates (liblzma-dev).
(cherry picked from commit 6e03c0ad156797cd6e9132e895d55dac0344d340)

Co-authored-by: Victor Stinner <vstinner@python.org>
.github/workflows/posix-deps-apt.sh

index 2b879d32f8150dd0554c389e0da1e78cf1b50df6..5c7b9988be4511f2f279bd130ac4ca29b4b06a11 100755 (executable)
@@ -3,19 +3,19 @@ apt-get update
 
 apt-get -yq install \
     build-essential \
-    zlib1g-dev \
+    gdb \
+    lcov \
     libbz2-dev \
+    libffi-dev \
+    libgdbm-dev \
     liblzma-dev \
     libncurses5-dev \
     libreadline6-dev \
     libsqlite3-dev \
     libssl-dev \
-    libgdbm-dev \
-    tk-dev \
     lzma \
     lzma-dev \
-    liblzma-dev \
-    libffi-dev \
+    tk-dev \
     uuid-dev \
     xvfb \
-    lcov
+    zlib1g-dev