mobile_app_open icon indicating copy to clipboard operation
mobile_app_open copied to clipboard

Migrate from Bazel v6.3.2 to v8.4.2

Open anhappdev opened this issue 4 months ago • 4 comments

  • Bazel v8.4.2 https://github.com/bazelbuild/bazel/releases/tag/8.4.2 has fixed the issue with macOS Tahoe.
  • We currently use Bazel 6, but its end of support is December 2025. Therefore, we should switch to Bazel 8 now. (https://bazel.build/versions/8.4.0/release)

anhappdev avatar Oct 27 '25 14:10 anhappdev

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

github-actions[bot] avatar Oct 27 '25 14:10 github-actions[bot]

This probably conflicts with #1040 to some extent. Whichever is merged first will require merging master into the other and some adjustments (and resolving some merge conflicts) will be required.

Just an FYI.

farook-edev avatar Oct 28 '25 04:10 farook-edev

This probably conflicts with #1040 to some extent. Whichever is merged first will require merging master into the other and some adjustments (and resolving some merge conflicts) will be required.

Just an FYI.

Migrating to Bazel 8 is not a high priority task compared to the LLM implementation, so I can wait until #1040 is merged and rebase this PR on it.

anhappdev avatar Oct 28 '25 06:10 anhappdev

@anhappdev There's a bunch of migration work I did in #1040 to get TF 2.18.0 to work, I suggest waiting until that one's merged since it'll resolve quite a few issues when upgrading to 2.20.0 and save you some work.

farook-edev avatar Nov 03 '25 07:11 farook-edev