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

feat(mode): add purego tag when pure #3901

Merged
merged 1 commit into from
May 8, 2024

Commits on May 7, 2024

  1. feat(mode): add purego tag when pure

    The community has agreed[1] that "pure" builds of Go code should
    use the `purego` build tag.
    
    This change adds that de-facto tag.
    
    The minimum version of Gazelle is bumped to `0.36.0` which includes a patch[2]
    for ignoring the `purego` tag so that the source flies are passed to the
    compiler for conditional compilation decisions.
    
    [1]: golang/go#23172
    [2]: bazel-contrib/bazel-gazelle#1767
    mattyclarkson committed May 7, 2024
    Configuration menu
    Copy the full SHA
    3f59887 View commit details
    Browse the repository at this point in the history