Skip to content

Commit 81e1eb9

Browse files
authored
Add providers.bzl to shell/private:private_bzl (#57)
This file is missing in the bzl_library target which makes starlark generation fail for example: ``` Stardoc documentation generation failed: File /home/runner/.cache/bazel/_bazel_runner/c91220d87f26118b19246641d5266d21/sandbox/processwrapper-sandbox/251/execroot/rules_haskell/bazel-out/k8-opt-exec-2B5CBBC6/bin/docs/defs_metadata_stardoc.runfiles/rules_shell/shell/private/sh_executable.bzl imported ':providers.bzl', yet /home/runner/.cache/bazel/_bazel_runner/c91220d87f26118b19246641d5266d21/sandbox/processwrapper-sandbox/251/execroot/rules_haskell/bazel-out/k8-opt-exec-2B5CBBC6/bin/docs/defs_metadata_stardoc.runfiles/rules_shell/shell/private/providers.bzl was not found. ```
1 parent 9d7cb08 commit 81e1eb9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

shell/private/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
33
bzl_library(
44
name = "private_bzl",
55
srcs = [
6+
"providers.bzl",
67
"sh_binary.bzl",
78
"sh_executable.bzl",
89
"sh_library.bzl",

0 commit comments

Comments
 (0)