about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2019-11-27 15:19:59 +0100
committerPietro Albini <pietro@pietroalbini.org>2019-12-30 14:56:50 +0100
commit846d386b4d84faa6c5f373d0f608e859239465e8 (patch)
treedc86646de6a095b575d575cbcbb86532a57c4e51
parentae9ca096126cc626fcb503c84e6937478b9161c1 (diff)
downloadrust-846d386b4d84faa6c5f373d0f608e859239465e8.tar.gz
rust-846d386b4d84faa6c5f373d0f608e859239465e8.zip
ci: install binutils in msys2
-rwxr-xr-xsrc/ci/scripts/install-msys2-packages.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ci/scripts/install-msys2-packages.sh b/src/ci/scripts/install-msys2-packages.sh
index 36d9202f7a2..843a2bf2d5e 100755
--- a/src/ci/scripts/install-msys2-packages.sh
+++ b/src/ci/scripts/install-msys2-packages.sh
@@ -6,7 +6,8 @@ IFS=$'\n\t'
 source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
 
 if isWindows; then
-    pacman -S --noconfirm --needed base-devel ca-certificates make diffutils tar
+    pacman -S --noconfirm --needed base-devel ca-certificates make diffutils tar \
+        binutils
 
     # Make sure we use the native python interpreter instead of some msys equivalent
     # one way or another. The msys interpreters seem to have weird path conversions