Skip to content

Commit

Permalink
feat: declare internal dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeijboom authored and ffortier committed Feb 22, 2024
1 parent 0096d85 commit 7228300
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 666 deletions.
12 changes: 12 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,15 @@ register_toolchains(
"@rules_opa//tools:opa_darwin_arm64_toolchain",
"@rules_opa//tools:opa_windows_amd64_toolchain",
)

internal_deps = use_extension("//opa/private:extensions.bzl", "internal_deps")
use_repo(
internal_deps,
"opa_darwin_amd64",
"opa_darwin_arm64_static",
"opa_linux_amd64_static",
"opa_linux_arm64_static",
"opa_windows_amd64",
"opa_capabilities_json",
"opa_builtin_metadata_json",
)
Loading

0 comments on commit 7228300

Please sign in to comment.