Skip to content

Commit 15e2570

Browse files
author
Petr Matousek
committed
fix: Pin Bazel version to 7.4.1 for compatibility
- Create .bazelversion file to pin Bazel to 7.4.1 - Update rules_foreign_cc to 0.12.0 (tested with Bazel 7.x) - Bazel 9.0.0 is too new and incompatible with current rules_foreign_cc versions - Version 7.4.1 is the latest stable 7.x release
1 parent 8c5e06a commit 15e2570

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.bazelversion

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
7.4.1

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bazel_dep(name = "bazel_skylib", version = "1.8.2")
99

1010
# https://github.com/bazelbuild/rules_foreign_cc
1111
# https://github.com/bazelbuild/rules_foreign_cc/issues/1035
12-
bazel_dep(name = "rules_foreign_cc", version = "0.11.1")
12+
bazel_dep(name = "rules_foreign_cc", version = "0.12.0")
1313

1414
# https://github.com/bazelbuild/bazel/issues/17289#issuecomment-1438406403
1515
bazel_dep(name="platforms", version="1.0.0")

0 commit comments

Comments
 (0)