This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 4963b12  ninja: python 3.11 needs newer pip
4963b12 is described below

commit 4963b12c7dc96a6e5a1bf276b3cb87c97bc43871
Author: Brandon Williams <brandonwilli...@apache.org>
AuthorDate: Mon Dec 12 13:04:49 2022 -0600

    ninja: python 3.11 needs newer pip
---
 docker/testing/ubuntu2004_j11.docker | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docker/testing/ubuntu2004_j11.docker 
b/docker/testing/ubuntu2004_j11.docker
index 45e5ec7..11a360d 100644
--- a/docker/testing/ubuntu2004_j11.docker
+++ b/docker/testing/ubuntu2004_j11.docker
@@ -50,7 +50,8 @@ RUN python2.7 -m pip install --upgrade pip
 RUN python3.6 -m pip install --upgrade pip
 RUN python3.7 -m pip install --upgrade pip
 RUN python3.8 -m pip install --upgrade pip
-RUN python3.11 -m pip install --upgrade pip
+# 3.11 needs newer pip
+RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python3.11
 
 # solves warning: "jemalloc shared library could not be preloaded to speed up 
memory allocations"
 RUN export DEBIAN_FRONTEND=noninteractive && \


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to