summaryrefslogtreecommitdiffhomepage
path: root/test/scripts
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2025-10-16 14:41:08 +0200
committerLinus Färnstrand <linus@mullvad.net>2025-10-16 14:41:08 +0200
commitf61724d532c0ea5fc90a535235458668e719ddee (patch)
treecf89af28c980bd0a830df103319b5788a928cdb5 /test/scripts
parentf1507c141413d2735e5c09bbd0e3af10646dff05 (diff)
downloadmullvadvpn-f61724d532c0ea5fc90a535235458668e719ddee.tar.xz
mullvadvpn-f61724d532c0ea5fc90a535235458668e719ddee.zip
Stop running `rustup update`. Version is handled by rust-toolchain.toml
Diffstat (limited to 'test/scripts')
-rwxr-xr-xtest/scripts/run/ci.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/scripts/run/ci.sh b/test/scripts/run/ci.sh
index b7e8c218e4..f2c94306cf 100755
--- a/test/scripts/run/ci.sh
+++ b/test/scripts/run/ci.sh
@@ -22,12 +22,6 @@ fi
TEST_OS=$1
-if [[ "$(uname -s)" == "Darwin" ]]; then
- # NOTE: We only do this on macOS since we use containers otherwise
- echo "Updating Rust toolchain"
- rustup update
-fi
-
# shellcheck source=test/scripts/utils/lib.sh
source "../utils/lib.sh"