Skip to content
Draft
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
2 changes: 1 addition & 1 deletion .ci/docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ elif [[ "$image" == *linter* ]]; then
fi

# CMake 3.18 is needed to support CUDA17 language variant
CMAKE_VERSION=3.18.5
CMAKE_VERSION=3.31.4

_UCX_COMMIT=00bcc6bb18fc282eb160623b4c0d300147f579af
_UCC_COMMIT=7cb07a76ccedad7e56ceb136b865eb9319c258ea
Expand Down
4 changes: 1 addition & 3 deletions .ci/docker/common/install_cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,5 @@ file="cmake-${CMAKE_VERSION}-Linux-x86_64.tar.gz"

# Download and install specific CMake version in /usr/local
pushd /tmp
curl -Os --retry 3 "https://cmake.org/files/${path}/${file}"
tar -C /usr/local --strip-components 1 --no-same-owner -zxf cmake-*.tar.gz
rm -f cmake-*.tar.gz
pip install cmake==3.31.4
popd
2 changes: 1 addition & 1 deletion .ci/pytorch/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

set -ex

export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:$PATH
# Required environment variable: $BUILD_ENVIRONMENT
# (This is set by default in the Docker images we build, so you don't
# need to set it yourself.
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ setuptools==69.5.1 ; python_version >= "3.12"
packaging==24.1
optree==0.9.1 ; python_version < "3.12"
optree==0.10.0 ; python_version >= "3.12"
cmake==3.31.4
lark==0.12.0