⬆️ Updated tools

This commit is contained in:
Edgar 2024-04-28 14:18:04 +02:00
parent 77f004c2a2
commit 1aea187d9c
No known key found for this signature in database
GPG Key ID: 9AA5DDFFCBDCE46A
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
set -eu set -eu
wget "https://github.com/Kitware/CMake/releases/download/v3.29.0/cmake-3.29.0-Linux-x86_64.sh" -nv -O /tmp/cmake.sh wget "https://github.com/Kitware/CMake/releases/download/v3.29.2/cmake-3.29.2-Linux-x86_64.sh" -nv -O /tmp/cmake.sh
sh /tmp/cmake.sh --exclude-subdir --prefix=/usr/local sh /tmp/cmake.sh --exclude-subdir --prefix=/usr/local

View File

@ -2,6 +2,6 @@
set -eu set -eu
mkdir -p /tmp/sccache mkdir -p /tmp/sccache
wget "https://github.com/mozilla/sccache/releases/download/v0.7.7/sccache-v0.7.7-x86_64-unknown-linux-musl.tar.gz" -nv -O /tmp/sccache.tar.gz wget "https://github.com/mozilla/sccache/releases/download/v0.8.0/sccache-v0.8.0-x86_64-unknown-linux-musl.tar.gz" -nv -O /tmp/sccache.tar.gz
tar xvzf /tmp/sccache.tar.gz --strip 1 -C /tmp/sccache tar xvzf /tmp/sccache.tar.gz --strip 1 -C /tmp/sccache
install -m 755 /tmp/sccache/sccache /usr/local/bin/ install -m 755 /tmp/sccache/sccache /usr/local/bin/