summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <faern@faern.net>2023-03-02 14:06:13 +0100
committerLinus Färnstrand <faern@faern.net>2023-03-02 15:37:09 +0100
commit7bad8a9823590936b176d0f5e7658638266b4602 (patch)
treea7b3c603cdf818e17c7d9e6272393e3fde84b519
parent50d0d867c6f806d98f86daa165e283a519279494 (diff)
downloadmullvadvpn-7bad8a9823590936b176d0f5e7658638266b4602.tar.xz
mullvadvpn-7bad8a9823590936b176d0f5e7658638266b4602.zip
Add comment on why we don't update Rust on Linux
-rwxr-xr-xci/buildserver-build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/buildserver-build.sh b/ci/buildserver-build.sh
index f631bc6903..727da4f8f6 100755
--- a/ci/buildserver-build.sh
+++ b/ci/buildserver-build.sh
@@ -124,6 +124,7 @@ build_ref() {
git submodule update
git clean -df
+ # 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