Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@ PYTHON_INTERPRETER=/opt/python/cp39-cp39/bin/python
VIRTUALENV_PYTHON_BIN="${USERSPACE_VENV_BIN_PATH}/python"
VIRTUALENV_PIP_BIN="${VIRTUALENV_PYTHON_BIN} -m pip"

# NOTE: Cmake removed compatibility with `cmake < 3.5` that
# NOTE: libssh 0.9.6 is set up to require.
# NOTE: So this patch limits the version of `cmake` we install.
#
# Ref: https://github.com/eclipse-ecal/ecal/issues/2041
# FIXME: Drop the restriction once libssh is bumped to v0.11 series.
TOOLS_PKGS="auditwheel cmake<4 --only-binary=cmake"
TOOLS_PKGS="auditwheel cmake --only-binary=cmake"

# Avoid creation of __pycache__/*.py[c|o]
export PYTHONDONTWRITEBYTECODE=1
Expand Down
2 changes: 2 additions & 0 deletions docs/changelog-fragments/737.contrib.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Reverted workaround keeping the old CMake version installed
as the new ``libssh`` works with newer versions -- by :user:`Jakuje`.
Loading