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

Bazel: Upgrade to 8.0.0rc1 #17732

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Bazel: Upgrade to 8.0.0rc1 #17732

wants to merge 2 commits into from

Commits on Oct 22, 2024

  1. Go: Fix makefile to use bash to look up bazel path.

    On Windows, make's path resolution algorithm is incorrect.
    It picks up a bazel.exe in PATH that's _after_ a bazel binary.
    In particular, on actions, the non-exe binary is a bazelisk
    instance, whereas bazel.exe is a bazel (at the current time 7.3.2)
    installation.
    This means we pick up the wrong bazel version, and
    if the differences between the bazel we want and that we actually
    get are too big, the build fails.
    criemen committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ad1ef65 View commit details
    Browse the repository at this point in the history
  2. Bazel: Upgrade to bazel 8.

    criemen committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    342ab3d View commit details
    Browse the repository at this point in the history