diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2025-10-16 14:41:08 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2025-10-16 14:41:08 +0200 |
| commit | f61724d532c0ea5fc90a535235458668e719ddee (patch) | |
| tree | cf89af28c980bd0a830df103319b5788a928cdb5 /test/scripts | |
| parent | f1507c141413d2735e5c09bbd0e3af10646dff05 (diff) | |
| download | mullvadvpn-f61724d532c0ea5fc90a535235458668e719ddee.tar.xz mullvadvpn-f61724d532c0ea5fc90a535235458668e719ddee.zip | |
Stop running `rustup update`. Version is handled by rust-toolchain.toml
Diffstat (limited to 'test/scripts')
| -rwxr-xr-x | test/scripts/run/ci.sh | 6 |
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" |
