Can't build SAX using bazel 7.0 (installed by default)
Open
- Dominant language
- Python
- Stars
- 156
- Forks
- 35
- PR merge metrics
- No merged PRs in 30d
Description
When following default setup steps in README file, saxml/tools/init_cloud_vm.sh installs latest version of bazel, which is 7.0.0 at this point.
Looks like due to some change and bazel, building saxml/server:server fails with error: Error: 'apple_common' value has no field or method 'multi_arch_split'.
This is probably due to: https://github.com/bazelbuild/bazel/commit/a76763c4125fbbea17f415a40d9efca846b0b6f0
Confirmed that I can build saxml/server:server after downgrading bazel to 6.4.0.
Contributor guide
Assessment
This issue has not been assessed yet.