diff options
| author | Linus Färnstrand <faern@faern.net> | 2023-03-02 14:06:13 +0100 |
|---|---|---|
| committer | Linus Färnstrand <faern@faern.net> | 2023-03-02 15:37:09 +0100 |
| commit | 7bad8a9823590936b176d0f5e7658638266b4602 (patch) | |
| tree | a7b3c603cdf818e17c7d9e6272393e3fde84b519 | |
| parent | 50d0d867c6f806d98f86daa165e283a519279494 (diff) | |
| download | mullvadvpn-7bad8a9823590936b176d0f5e7658638266b4602.tar.xz mullvadvpn-7bad8a9823590936b176d0f5e7658638266b4602.zip | |
Add comment on why we don't update Rust on Linux
| -rwxr-xr-x | ci/buildserver-build.sh | 1 |
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 |
