Skip to content

Commit

Permalink
Add USE_BAZEL_VERSION instruction (#444)
Browse files Browse the repository at this point in the history
* fix license check

* add USE_BAZEL_VERSION instructions
  • Loading branch information
tongke6 authored Dec 10, 2024
1 parent fc0fe17 commit 9c314d2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This document includes guidelines.
To build Yacl from source, you will need the following tools:

- [bazel](https://bazel.build/): We recommend to use the official [bazelisk](https://github.com/bazelbuild/bazelisk?tab=readme-ov-file#installation) to manage bazel version.
- If not use bazelisk, please set the environment variable `USE_BAZEL_VERSION` to the specified version, which can be found in the `.bazeliskrc` file.
- [gcc >= 10.3](https://gcc.gnu.org/)
- [cmake](https://cmake.org/)
- [ninja/ninja-build](https://ninja-build.org/)
Expand Down
1 change: 1 addition & 0 deletions examples/.bazeliskrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
USE_BAZEL_VERSION=7.4.1
1 change: 0 additions & 1 deletion examples/.bazelversion

This file was deleted.

0 comments on commit 9c314d2

Please sign in to comment.