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

Ignore purego build constraint #1767

Merged
merged 1 commit into from
Mar 28, 2024

Commits on Mar 28, 2024

  1. Ignore purego build constraint

    `purego` is a proposed[1] de-facto build constraint to
    denote building _only_ Go code.
    
    We must ignore this constraint to make sure that files
    that toggle on `purego` are added to the Bazel target
    `srcs` and let the compiler decide if they should be
    compiled or not.
    
    [1]: golang/go#23172
    mattyclarkson committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    c1d5a50 View commit details
    Browse the repository at this point in the history