Skip to content

Commit

Permalink
ci: install binutils in msys2
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed Dec 30, 2019
1 parent ae9ca09 commit 846d386
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ci/scripts/install-msys2-packages.sh
Expand Up @@ -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
Expand Down

0 comments on commit 846d386

Please sign in to comment.