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
Building Linux binaries succeeds, but building Windows binaries fails due to some issue with gnupg:
gnupg
2020/11/17 14:49:32 Building blackbox.exe # github.com/StackExchange/blackbox/v2/pkg/crypters/gnupg Error: ../../../go/pkg/mod/github.com/!stack!exchange/blackbox/[email protected]/pkg/crypters/gnupg/gnupg.go:69:14: undefined: syscall.Umask Error: ../../../go/pkg/mod/github.com/!stack!exchange/blackbox/[email protected]/pkg/crypters/gnupg/gnupg.go:71:2: undefined: syscall.Umask Error: ../../../go/pkg/mod/github.com/!stack!exchange/blackbox/[email protected]/pkg/crypters/gnupg/gnupg.go:121:14: undefined: syscall.Umask Error: ../../../go/pkg/mod/github.com/!stack!exchange/blackbox/[email protected]/pkg/crypters/gnupg/gnupg.go:124:2: undefined: syscall.Umask 2020/11/17 14:49:39 exit status 2
The text was updated successfully, but these errors were encountered:
@tlimoncelli any idea?
Sorry, something went wrong.
Merge in these changes to fix Windows build: #321
No branches or pull requests
Building Linux binaries succeeds, but building Windows binaries fails due to some issue with
gnupg
:The text was updated successfully, but these errors were encountered: