Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major change: Bump Bazel to the new LTS at 7.X * Included a default Python toolchain 3.10 There is a problem at the moment running lit using Python311 where it cannot find the module. Our CI system already enforces Python310 to get around it but we should set the toolchain in Bazel itself to avoid this problem. I had already filed llvm/llvm-project#75963 * I moved skylib to MODULE.bazel to test the MODULE portion of Bazel is working. A remaining action item is to move LLVM itself to MODULE.bazel which would preclude needing to define skylib since its a dependency of LLVM. * Workspace names are no longer named in Bazel 7+ I had to change stablehlo to _main to fix the runfiles directory. Please see bazelbuild/bazel#18128 We should consider using https://github.com/bazelbuild/rules_python/blob/main/python/runfiles/runfiles.py#L262 instead to get the runfiles directory for future proofing. Fixes #1878 --------- Co-authored-by: mlevesquedion <[email protected]>
- Loading branch information