about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChris Denton <chris@chrisdenton.dev>2024-05-27 09:32:25 +0000
committerChris Denton <chris@chrisdenton.dev>2024-05-27 09:32:25 +0000
commitf931290949b215dbf1789dddb66bf6f33c914ba0 (patch)
tree2c74f60f133a8e163afb87e4b164d8795f374f12
parent19cfe8d9e6989c4ea49be203757cd086e0ab015c (diff)
downloadrust-f931290949b215dbf1789dddb66bf6f33c914ba0.tar.gz
rust-f931290949b215dbf1789dddb66bf6f33c914ba0.zip
Update description of install-mingw
-rwxr-xr-xsrc/ci/scripts/install-mingw.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ci/scripts/install-mingw.sh b/src/ci/scripts/install-mingw.sh
index 38af8b6aceb..31aa3785bc3 100755
--- a/src/ci/scripts/install-mingw.sh
+++ b/src/ci/scripts/install-mingw.sh
@@ -1,6 +1,5 @@
 #!/bin/bash
-# If we need to download a custom MinGW, do so here and set the path
-# appropriately.
+# For mingw builds use a vendored mingw.
 
 set -euo pipefail
 IFS=$'\n\t'