-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(docker): Replace Bazel by Bazelisk
Bazelisk is the rerommended way of installing Bazel ([1]). It has the benefit of honoring the .bazelversion file, that can be shipped with a project, to analyze the project with the correponding Bazel version ([2]). Bazelisk is installed in the ORT Docker image as the 'Bazel' executable, as recommanded ([3]). For projects without a '.bazelversion' file, USE_BAZEL_FALLBACK_VERSION (see [2]) is used to the default Bazel version 7.0.1, that ORT was using previously. [1]: https://bazel.build/install/bazelisk#installing_bazel [2]: https://github.com/bazelbuild/bazelisk?tab=readme-ov-file#how-does-bazelisk-know-which-bazel-version-to-run [3]: https://github.com/bazelbuild/bazelisk?tab=readme-ov-file#installation Signed-off-by: Nicolas Nobelis <[email protected]>
- Loading branch information
Showing
3 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters