File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change 99# -----------------------------------------------------------------------------
1010
1111REPO_ROOT=" /workspaces/circuitpython"
12+ CMAKE_VERSION=" 3.31.12"
1213
1314echo -e " [common_tools.sh] starting install"
1415cd " $REPO_ROOT "
1516
1617# --- repositories and tools ------------------------------------------------
1718
18- echo -e " [common_tools.sh] adding kitware-archive (for current CMAKE)"
19- sudo .devcontainer/add_kitware_archive.sh
20- echo -e " [common_tools.sh] installing current version of CMAKE"
21- sudo apt-get -y install cmake
19+ echo -e " [common_tools.sh] installing CMAKE $CMAKE_VERSION "
20+ wget -q https://github.com/Kitware/CMake/releases/download/v$CMAKE_VERSION /cmake-$CMAKE_VERSION -linux-$( arch) .sh
21+ chmod +x cmake-$CMAKE_VERSION -linux-$( arch) .sh
22+ sudo ./cmake-$CMAKE_VERSION -linux-$( arch) .sh --prefix=/usr/local --skip-license
23+ rm cmake-$CMAKE_VERSION -linux-$( arch) .sh
2224
2325echo -e " [common_tools.sh] adding pybricks/ppa"
2426sudo add-apt-repository -y ppa:pybricks/ppa
You can’t perform that action at this time.
0 commit comments