Skip to content

v0.0-884-gbc392aa: PR #650: Fix CI: Use fixed Bazel version

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jan 01:37
· 3010 commits to master since this release
Bazel in CI automatically updates itself to the latest release. Version 4.0 released yesterday breaks builds.

This patch forces CI to run requested Bazel version (3.7).

GitHub PR https://github.com/google/verible/pull/650

Copybara import of the project:

  - f4600a87832d65b9627bb8972ca6ea2200e333a8 CI: Use fixed Bazel version by Mariusz Glebocki <[email protected]>
  - 9f26b7d815a5f6e00e764b00dcdaef33df5e7857 Merge f4600a87832d65b9627bb8972ca6ea2200e333a8 into 2af11... by Mariusz Glebocki <[email protected]>

Closes #650

PiperOrigin-RevId: 353664997