We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb876ec commit 948be01Copy full SHA for 948be01
.bazeliskrc
@@ -1 +1 @@
1
-USE_BAZEL_VERSION=6.5.0
+USE_BAZEL_VERSION=7.6.1
.bazelrc
@@ -1,3 +1,10 @@
+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
+
8
# Causes the build to default to the custom toolchain
9
build --incompatible_enable_cc_toolchain_resolution
10
0 commit comments