Skip to content

Commit a367294

Browse files
authored
Merge branch 'main' into copilot/automate-go-version-updates-again
2 parents b600404 + c64223a commit a367294

2,913 files changed

Lines changed: 246366 additions & 179168 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.bazelrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ build --compilation_mode opt
1111
common --override_module=semmle_code=%workspace%/misc/bazel/semmle_code_stub
1212

1313
build --repo_env=CC=clang --repo_env=CXX=clang++
14+
# Disable Android SDK auto-detection (we don't use it, and rules_android has Bazel 9 compatibility issues)
15+
build --repo_env=ANDROID_HOME=
1416

1517
# print test output, like sembuild does.
1618
# Set to `errors` if this is too verbose.
@@ -34,7 +36,7 @@ common --@rules_dotnet//dotnet/settings:strict_deps=false
3436
common --@rules_rust//rust/toolchain/channel=nightly
3537

3638
# Reduce this eventually to empty, once we've fixed all our usages of java, and https://github.com/bazel-contrib/rules_go/issues/4193 is fixed
37-
common --incompatible_autoload_externally="+@rules_java,+@rules_shell"
39+
common --incompatible_autoload_externally="+@rules_cc,+@rules_java,+@rules_shell"
3840

3941
build --java_language_version=17
4042
build --tool_java_language_version=17

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.4.2
1+
9.0.0

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ updates:
4545
directory: "/"
4646
schedule:
4747
interval: weekly
48+
exclude-paths:
49+
- "misc/bazel/registry/**"

.github/workflows/compile-queries.yml

Lines changed: 0 additions & 78 deletions
This file was deleted.

.github/workflows/ruby-build.yml

Lines changed: 0 additions & 236 deletions
This file was deleted.

0 commit comments

Comments
 (0)