Skip to content

Commit

Permalink
specify bazel version in .bazeliskrc since .bazelversion not working … (
Browse files Browse the repository at this point in the history
#441)

* specify bazel version in .bazeliskrc since .bazelversion not working in bzlmod

* update circleci config

* ignore license check for .bazeliskrc
  • Loading branch information
tongke6 authored Dec 10, 2024
1 parent b2e3d2f commit b91787c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .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 .bazelversion

This file was deleted.

2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ workflows:
yacl/.* build-and-run true
bazel/.* build-and-run true
.bazelrc build-and-run true
.bazelversion build-and-run true
.bazeliskrc build-and-run true
.circleci/.* build-and-run true
MODULE.bazel build-and-run true
2 changes: 1 addition & 1 deletion .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ header: # <1>
- "**/*.rst"
- "LICENSE"
- "NOTICE"
- ".bazelversion"
- ".bazeliskrc"
- ".bazelignore"
- ".clang-format"
- ".clang-tidy"
Expand Down

0 comments on commit b91787c

Please sign in to comment.