Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
startup --host_jvm_args=-DBAZEL_TRACK_SOURCE_DIRECTORIES=1

common --enable_platform_specific_config
# TODO: Temporarily disable while rules_go migrates to Bzlmod for its dev build.
# https://github.com/bazelbuild/bazel/issues/18958
common --noexperimental_enable_bzlmod
test --test_output=errors

# Workaround for https://github.com/bazelbuild/continuous-integration/issues/2269.
Expand Down
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.4.1
8.2.1
6 changes: 6 additions & 0 deletions go/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ bzl_library(
],
)

starlark_doc_extract(
name = "def.extract",
src = "def.bzl",
deps = ["def"],
)

bzl_library(
name = "deps",
srcs = ["deps.bzl"],
Expand Down