Skip to content

Commit 91bdfa1

Browse files
committed
Fix docs CI job
1 parent 3115ca3 commit 91bdfa1

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

cc/BUILD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ bzl_library(
9595
visibility = ["//visibility:public"],
9696
)
9797

98+
bzl_library(
99+
name = "cc_postmark_bzl",
100+
srcs = ["cc_postmark.bzl"],
101+
visibility = ["//visibility:public"],
102+
)
103+
98104
bzl_library(
99105
name = "cc_toolchain_config_lib_bzl",
100106
srcs = ["cc_toolchain_config_lib.bzl"],

cc/toolchains/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ bzl_library(
2020
visibility = ["//visibility:public"],
2121
deps = [
2222
"//cc:action_names_bzl",
23+
"//cc:cc_postmark_bzl",
2324
"//cc:cc_toolchain_config_lib_bzl",
2425
"//cc:find_cc_toolchain_bzl",
2526
"//cc/private:paths_bzl",

0 commit comments

Comments
 (0)