Skip to content

Commit

Permalink
Doc build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharpe committed Dec 20, 2023
1 parent cb2bf83 commit 92cb2a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/.bazelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Bazel configuration flags for rules_foreign_cc_docs

# https://github.com/bazelbuild/stardoc/issues/112
common --incompatible_allow_tags_propagation

common --noenable_bzlmod
build --workspace_status_command=tools/workspace_status.sh
4 changes: 4 additions & 0 deletions docs/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ stardoc(
out = "stardoc_flatten.md",
header_template = ":flatten_header_vm",
input = "docs.bzl",
tags = ["no-sandbox"], # https://github.com/bazelbuild/stardoc/issues/112
deps = [
"@rules_foreign_cc//foreign_cc:defs",
"@rules_foreign_cc//foreign_cc:repositories",
] + [
"@rules_foreign_cc//foreign_cc:cmake",
"@rules_foreign_cc//foreign_cc:make",
"@rules_foreign_cc//foreign_cc:ninja",
Expand Down

0 comments on commit 92cb2a7

Please sign in to comment.