diff options
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/buildserver-build.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ci/buildserver-build.sh b/ci/buildserver-build.sh index 4a5cf6790f..00e20a078c 100755 --- a/ci/buildserver-build.sh +++ b/ci/buildserver-build.sh @@ -189,12 +189,6 @@ function build_ref { checkout_ref "$ref" || return 1 - # When we build in containers, the updating of toolchains is done by updating containers. - if [[ "$(uname -s)" != "Linux" ]]; then - echo "Updating Rust toolchain..." - rustup update - fi - # podman appends a trailing carriage return to the output. So we use `tr` to strip it local version="" version="$(run_in_build_env cargo run -q --bin mullvad-version | tr -d "\r" || return 1)" |
