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
input
version: '3' tasks: default: env: CC: x86_64-w64-mingw32-gcc CGO_ENABLED: 1 GOOS: windows GOARCH: amd64 cmds: - echo CC=$CC CGO_ENABLED=$CGO_ENABLED GOOS=$GOOS GOARCH=$GOARCH
output: Task version: v3.36.0
CC=x86_64-w64-mingw32-gcc CGO_ENABLED=1 GOOS=windows GOARCH=amd64
output: Task version: v3.37.0
CC=x86_64-w64-mingw32-gcc CGO_ENABLED= GOOS=windows GOARCH=amd64
Comment: Note CGO_ENABLED env var was not set for v3.37.0 Converting the integer var into a string works around this issue.
CGO_ENABLED
The text was updated successfully, but these errors were encountered:
Hi @ameergituser,
This was fixed by @vmaerten on #1641 and I'll release a patch in minutes.
Sorry, something went wrong.
No branches or pull requests
input
output: Task version: v3.36.0
output: Task version: v3.37.0
Comment:
Note
CGO_ENABLED
env var was not set for v3.37.0Converting the integer var into a string works around this issue.
The text was updated successfully, but these errors were encountered: