Bazel - AshokBhat/ml GitHub Wiki
- Build system used by TensorFlow
- Launcher for Bazel
- Automatically downloads and installs an appropriate version
- Bazel 4.0 - First LTS release
- Bazel 5.0 - Second LTS release - Released in Jan 2022
- Bazel 6.0 - Prerelease available in May 2022
Feature | x86_64 | Arm |
---|---|---|
Bazelisk | ✅ | ✅ |
Release binary | bazel-<version>-linux-x86_64 | bazel-<version>-linux-arm64 |
Installer | installer-linux-x86_64.sh | ❌ |
Ubuntu package in Google repo | bazel-<version>-amd64.deb | ❌ |
- Bazel 4.0 LTS blog - https://blog.bazel.build/2021/01/19/bazel-4-0.html
- Bazel 5.0 LTS blog - https://blog.bazel.build/2022/01/19/bazel-5.0.html
- Installing on Ubuntu - https://docs.bazel.build/versions/master/install-ubuntu.html
- Releases - https://github.com/bazelbuild/bazel/releases