File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ ${CUDA_HOME}/nvvm/lib64:\
3737${CUDA_HOME}/lib64/stubs"
3838
3939ARG GCC_VERSION=9
40- ARG CMAKE_VERSION=3.26.0-rc1
40+ ARG CMAKE_VERSION=3.26.0-rc2
4141ARG SCCACHE_VERSION=0.2.15
4242ARG LINUX_VERSION=ubuntu20.04
4343
@@ -91,11 +91,6 @@ deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitw
9191 && wget --no-hsts -q -O /tmp/cmake_${CMAKE_VERSION}.sh \
9292 https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-linux-$(uname -p).sh \
9393 && bash /tmp/cmake_${CMAKE_VERSION}.sh --skip-license --exclude-subdir --prefix=/usr \
94- # Fix FindCUDAToolkit.cmake finding the nvrtc_builtins_static library
95- # TODO: Remove this once https://gitlab.kitware.com/cmake/cmake/-/merge_requests/8162 is released
96- && sed -i \
97- 's/nvrtc_builtins_static DEPS cuda_driver/nvrtc_builtins_static ALT nvrtc-builtins_static DEPS cuda_driver/g' \
98- /usr/share/cmake-3.26/Modules/FindCUDAToolkit.cmake \
9994 \
10095 # Install sccache
10196 && curl -SsL "https://github.com/mozilla/sccache/releases/download/v$SCCACHE_VERSION/sccache-v$SCCACHE_VERSION-$(uname -m)-unknown-linux-musl.tar.gz" \
You can’t perform that action at this time.
0 commit comments