Skip to content

Commit

Permalink
fix: set allowlist_different_package conditionally (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn authored Jan 16, 2024
1 parent 5c17f81 commit e3885ef
Show file tree
Hide file tree
Showing 8 changed files with 1,642 additions and 8 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,11 @@ http_archive(
strip_prefix = "${PREFIX}",
url = "https://github.com/bazelbuild/rules_proto/releases/download/${TAG}/${ARCHIVE}",
)
load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies")
rules_proto_dependencies()
load("@rules_proto//proto:toolchains.bzl", "rules_proto_toolchains")
rules_proto_toolchains()
\`\`\`
EOF
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module(

bazel_dep(name = "rules_license", version = "0.0.7")
bazel_dep(name = "bazel_skylib", version = "1.3.0")
bazel_dep(name = "bazel_features", version = "1.2.0")

# Dependencies needed in tests
bazel_dep(name = "stardoc", version = "0.5.6", dev_dependency = True, repo_name = "io_bazel_stardoc")
Expand Down
Loading

0 comments on commit e3885ef

Please sign in to comment.