We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a223afb commit ab7fdcaCopy full SHA for ab7fdca
ci/test/00_setup_env_native_previous_releases.sh
@@ -10,7 +10,7 @@ export CONTAINER_NAME=ci-native-previous-releases
10
export CI_IMAGE_NAME_TAG="mirror.gcr.io/ubuntu:22.04"
11
# Use minimum supported python3.10 and gcc-12, see doc/dependencies.md
12
export PACKAGES="gcc-12 g++-12 python3-zmq python3-pip wget"
13
-export PIP_PACKAGES="--break-system-packages pycapnp"
+export PIP_PACKAGES="pycapnp"
14
export CI_CMAKE_INSTALL="true"
15
export CMAKE_VERSION="3.24.3"
16
export CMAKE_URL="https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-linux-x86_64.tar.gz"
0 commit comments