We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What version of Go are you using (go version)?
N/A, commit 2899be8.
What operating system and processor architecture are you using?
Windows 7, 64bit.
What did you do?
Ran src/all.bat with CGO_ENABLED=0.
src/all.bat
CGO_ENABLED=0
What did you expect to see?
A succesfull build.
What did you see instead?
--- FAIL: TestReturnAfterStackGrowInCallback (0.01s) syscall_windows_test.go:611: failed to build dll: exec: "gcc": executable file not found in %PATH% - FAIL FAIL runtime 33.659s
The text was updated successfully, but these errors were encountered:
Apparently the go tool is build succesfully, but the tests do fail.
Sorry, something went wrong.
@alexbrainman, can you look into this one?
@Thomasdezeeuw does https://go-review.googlesource.com/12347 fixes your build?
Alex
4a0d958
This fixed it, thanks.
Thanks for checking.
No branches or pull requests
What version of Go are you using (go version)?
N/A, commit 2899be8.
What operating system and processor architecture are you using?
Windows 7, 64bit.
What did you do?
Ran
src/all.bat
withCGO_ENABLED=0
.What did you expect to see?
A succesfull build.
What did you see instead?
The text was updated successfully, but these errors were encountered: