Skip to content

Commit 948be01

Browse files
committed
REVERT ME! - bazel default 7.6.1
1 parent fb876ec commit 948be01

File tree

3 files changed

+662
-738
lines changed

3 files changed

+662
-738
lines changed

.bazeliskrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
USE_BAZEL_VERSION=6.5.0
1+
USE_BAZEL_VERSION=7.6.1

.bazelrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
common --enable_bzlmod
2+
common --registry=https://raw.githubusercontent.com/swift-nav/swiftnav-bazel-registry/refs/heads/main/
3+
common --registry=https://bcr.bazel.build
4+
common --@rules_swiftnav//cc:enable_bzlmod=true
5+
# Preparation for Bazel 8 behavior of paths in external (plus instead of tilde)
6+
common --incompatible_use_plus_in_repo_names
7+
18
# Causes the build to default to the custom toolchain
29
build --incompatible_enable_cc_toolchain_resolution
310

0 commit comments

Comments
 (0)