We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bed539 commit 9ca8562Copy full SHA for 9ca8562
1 file changed
build-scripts/manylinux-container-image/install-userspace-tools.sh
@@ -11,13 +11,7 @@ PYTHON_INTERPRETER=/opt/python/cp39-cp39/bin/python
11
VIRTUALENV_PYTHON_BIN="${USERSPACE_VENV_BIN_PATH}/python"
12
VIRTUALENV_PIP_BIN="${VIRTUALENV_PYTHON_BIN} -m pip"
13
14
-# NOTE: Cmake removed compatibility with `cmake < 3.5` that
15
-# NOTE: libssh 0.9.6 is set up to require.
16
-# NOTE: So this patch limits the version of `cmake` we install.
17
-#
18
-# Ref: https://github.com/eclipse-ecal/ecal/issues/2041
19
-# FIXME: Drop the restriction once libssh is bumped to v0.11 series.
20
-TOOLS_PKGS="auditwheel cmake<4 --only-binary=cmake"
+TOOLS_PKGS="auditwheel cmake --only-binary=cmake"
21
22
# Avoid creation of __pycache__/*.py[c|o]
23
export PYTHONDONTWRITEBYTECODE=1
0 commit comments