diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2019-11-27 15:19:59 +0100 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2019-12-30 14:56:50 +0100 |
| commit | 846d386b4d84faa6c5f373d0f608e859239465e8 (patch) | |
| tree | dc86646de6a095b575d575cbcbb86532a57c4e51 | |
| parent | ae9ca096126cc626fcb503c84e6937478b9161c1 (diff) | |
| download | rust-846d386b4d84faa6c5f373d0f608e859239465e8.tar.gz rust-846d386b4d84faa6c5f373d0f608e859239465e8.zip | |
ci: install binutils in msys2
| -rwxr-xr-x | src/ci/scripts/install-msys2-packages.sh | 3 |
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 |
