Skip to content
New issue

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

Silence warning when buildFlags are set #115

Merged
merged 1 commit into from
Sep 30, 2024
Merged

Silence warning when buildFlags are set #115

merged 1 commit into from
Sep 30, 2024

Conversation

eliasnaur
Copy link
Contributor

The warning was to avoid misuse of buildFlags for specifying Go build tags, but there are other legitimate uses such as -buildmode, -cover.

Fixes #104

The warning was to avoid misuse of buildFlags for specifying Go build
tags, but there are other legitimate uses such as `-buildmode`, `-cover`.

Fixes #104
@ryantm
Copy link

ryantm commented May 1, 2023

I have this same issue with the -race build flag. What do you think @adisbladis? Do you want a more comprehensive solution like warning about certain types of buildFlags? Or, is this okay?

@marcusramberg marcusramberg merged commit 066e0dd into nix-community:master Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support passing extra build flags
3 participants