]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
build_utils: Use pip 24.0 by default 2343/head
authorDavid Galloway <david.galloway@ibm.com>
Tue, 1 Apr 2025 20:29:05 +0000 (16:29 -0400)
committerDavid Galloway <david.galloway@ibm.com>
Wed, 2 Apr 2025 21:34:45 +0000 (17:34 -0400)
commitd56a2c0a78f1e1e11b0071f178d0ed3785c96447
tree04a1fadfa6e6c2b68fec180c2e0f70f802fd0c3f
parentd33c4c15da516599ec5fe93b65f67e47833bdcb8
build_utils: Use pip 24.0 by default

distutils is removed from python 3.12 so pip 20.3.4 is incompatible with systems running python3.12.

Ubuntu Noble is our new target Jenkins builder OS so let's bump to 24.0 (the latest as of this PR)

https://stackoverflow.com/questions/69919970/no-module-named-distutils-util-but-distutils-is-installed

Signed-off-by: David Galloway <david.galloway@ibm.com>
scripts/build_utils.sh