Skip to content

Commit 248d9d6

Browse files
authored
Update cmake installed in dev containers to 3.27.6 (#2776)
***NO_CI***
1 parent 86df4b1 commit 248d9d6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.devcontainer/sources/Dockerfile.All

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN mkdir -p /tmp/dc-extracted/titools \
2020
&& curl -o /tmp/dc-downloads/titools.zip $TI_TOOL_URL -L \
2121
&& unzip -d /tmp/dc-extracted/titools /tmp/dc-downloads/titools.zip
2222

23-
ARG CMAKE_SCRIPT=https://cmake.org/files/v3.24/cmake-3.24.0-linux-x86_64.sh
23+
ARG CMAKE_SCRIPT=https://github.com/Kitware/CMake/releases/download/v3.27.6/cmake-3.27.6-linux-x86_64.sh
2424
RUN wget $CMAKE_SCRIPT \
2525
-q -O /tmp/cmake-install.sh \
2626
&& chmod u+x /tmp/cmake-install.sh \

.devcontainer/sources/Dockerfile.AzureRTOS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN mkdir -p /tmp/dc-downloads /tmp/dc-extracted/gcc \
1414
&& tar -xvf /tmp/dc-downloads/gcc-arm.tar -C /tmp/dc-extracted/gcc --strip-components 1 \
1515
&& rm -rf /tmp/dc-extracted/gcc/share/doc/ /tmp/dc-extracted/gcc/share/gcc-arm-none-eabi/samples/
1616

17-
ARG CMAKE_SCRIPT=https://cmake.org/files/v3.24/cmake-3.24.0-linux-x86_64.sh
17+
ARG CMAKE_SCRIPT=https://github.com/Kitware/CMake/releases/download/v3.27.6/cmake-3.27.6-linux-x86_64.sh
1818
RUN wget $CMAKE_SCRIPT \
1919
-q -O /tmp/cmake-install.sh \
2020
&& chmod u+x /tmp/cmake-install.sh \

.devcontainer/sources/Dockerfile.ChibiOS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN mkdir -p /tmp/dc-downloads /tmp/dc-extracted/gcc \
1414
&& tar -xvf /tmp/dc-downloads/gcc-arm.tar -C /tmp/dc-extracted/gcc --strip-components 1 \
1515
&& rm -rf /tmp/dc-extracted/gcc/share/doc/ /tmp/dc-extracted/gcc/share/gcc-arm-none-eabi/samples/
1616

17-
ARG CMAKE_SCRIPT=https://cmake.org/files/v3.24/cmake-3.24.0-linux-x86_64.sh
17+
ARG CMAKE_SCRIPT=https://github.com/Kitware/CMake/releases/download/v3.27.6/cmake-3.27.6-linux-x86_64.sh
1818
RUN wget $CMAKE_SCRIPT \
1919
-q -O /tmp/cmake-install.sh \
2020
&& chmod u+x /tmp/cmake-install.sh \

.devcontainer/sources/Dockerfile.ESP32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apt-get update \
99

1010
RUN mkdir -p /tmp/dc-downloads /tmp/dc-extracted/gcc
1111

12-
ARG CMAKE_SCRIPT=https://cmake.org/files/v3.24/cmake-3.24.0-linux-x86_64.sh
12+
ARG CMAKE_SCRIPT=https://github.com/Kitware/CMake/releases/download/v3.27.6/cmake-3.27.6-linux-x86_64.sh
1313
RUN wget $CMAKE_SCRIPT \
1414
-q -O /tmp/cmake-install.sh \
1515
&& chmod u+x /tmp/cmake-install.sh \

.devcontainer/sources/Dockerfile.TI

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN mkdir -p /tmp/dc-extracted/titools \
2020
&& curl -o /tmp/dc-downloads/titools.zip $TI_TOOL_URL -L \
2121
&& unzip -d /tmp/dc-extracted/titools /tmp/dc-downloads/titools.zip
2222

23-
ARG CMAKE_SCRIPT=https://cmake.org/files/v3.24/cmake-3.24.0-linux-x86_64.sh
23+
ARG CMAKE_SCRIPT=https://github.com/Kitware/CMake/releases/download/v3.27.6/cmake-3.27.6-linux-x86_64.sh
2424
RUN wget $CMAKE_SCRIPT \
2525
-q -O /tmp/cmake-install.sh \
2626
&& chmod u+x /tmp/cmake-install.sh \

0 commit comments

Comments
 (0)