File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ UBUNTU=22.04
54
54
55
55
# Default versions for various dependencies
56
56
CLANG_TOOLS = 14
57
- CMAKE = 3.25.0
57
+ CMAKE_VERSION = 3.25.0
58
58
CUDA = 11.2.2
59
59
DASK = latest
60
60
DOTNET = 8.0
Original file line number Diff line number Diff line change @@ -389,7 +389,7 @@ services:
389
389
arch : ${ARCH}
390
390
base : " ${ARCH}/ubuntu:${UBUNTU}"
391
391
clang_tools : ${CLANG_TOOLS}
392
- cmake : ${CMAKE }
392
+ cmake : ${CMAKE_VERSION }
393
393
llvm : ${LLVM}
394
394
gcc_version : ${GCC_VERSION}
395
395
shm_size : *shm-size
@@ -621,7 +621,7 @@ services:
621
621
args :
622
622
arch : ${ARCH}
623
623
clang_tools : ${CLANG_TOOLS}
624
- cmake : ${CMAKE }
624
+ cmake : ${CMAKE_VERSION }
625
625
llvm : ${LLVM}
626
626
shm_size : *shm-size
627
627
volumes : *ubuntu-volumes
@@ -1571,7 +1571,7 @@ services:
1571
1571
tz : ${TZ}
1572
1572
r_prune_deps : ${R_PRUNE_DEPS}
1573
1573
r_custom_ccache : ${R_CUSTOM_CCACHE}
1574
- cmake : ${CMAKE }
1574
+ cmake : ${CMAKE_VERSION }
1575
1575
shm_size : *shm-size
1576
1576
environment :
1577
1577
<< : [*common, *sccache]
You can’t perform that action at this time.
0 commit comments