Skip to content

Commit

Permalink
Install mingw-w64-x86_64-gcc on Windows machines (#358)
Browse files Browse the repository at this point in the history
This is for making rules_go work on Windows.

Related bazelbuild/rules_go#1613
  • Loading branch information
meteorcloudy committed Oct 19, 2018
1 parent 0455f35 commit 50fb4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildkite/setup-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Write-Host "Updating MSYS2 packages (round 2)..."

## Install MSYS2 packages required by Bazel.
Write-Host "Installing required MSYS2 packages..."
& bash -lc "pacman --noconfirm --needed -S curl zip unzip gcc tar diffutils patch perl"
& bash -lc "pacman --noconfirm --needed -S curl zip unzip gcc tar diffutils patch perl mingw-w64-x86_64-gcc"

## Install Azul Zulu.
$myhostname = [System.Net.Dns]::GetHostName()
Expand Down

0 comments on commit 50fb4aa

Please sign in to comment.