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

Upgrade to Bazel 6.4.0 #200

Merged
merged 2 commits into from
Mar 20, 2024
Merged

Upgrade to Bazel 6.4.0 #200

merged 2 commits into from
Mar 20, 2024

Commits on Mar 20, 2024

  1. CI: Automatically derive the version of Bazel to use

    Right now we hardcode 6.0.0 in there, even though we already have it
    specified in .bazelversion in the root of the repository.
    EdSchouten committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    af3aac9 View commit details
    Browse the repository at this point in the history
  2. Upgrade to Bazel 6.4.0

    We should at some point upgrade to Bazel 7.x, but that requires more
    bzlmod trickery. Let's first jump to 6.4.0, so that Alex can use
    native.package_relative_label() in PR #199.
    EdSchouten committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d4a17c5 View commit details
    Browse the repository at this point in the history