Skip to content

Commit

Permalink
fix go1.15 windows builds failing
Browse files Browse the repository at this point in the history
Something about DLLs and too many symbols
golang/go#40795

Signed-off-by: Bohan Chen <bochen@pivotal.io>
  • Loading branch information
chenbh committed Aug 24, 2020
1 parent ead2f33 commit 3404168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/scripts/concourse-build-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (Test-Path "final-version\version") {

Push-Location concourse
go install github.com/gobuffalo/packr/packr
packr build -o concourse.exe -ldflags "$ldflags" ./cmd/concourse
packr build -o concourse.exe -ldflags "$ldflags" -buildmode=exe ./cmd/concourse
mv concourse.exe ..\concourse-windows
Pop-Location

Expand Down

0 comments on commit 3404168

Please sign in to comment.