Skip to content

Commit

Permalink
Use rules_ytt with bzlmod. (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekhabarov authored Feb 7, 2025
1 parent 8d634d5 commit b2f56bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module(
)

bazel_dep(name = "aspect_bazel_lib", version = "2.11.0")
bazel_dep(name = "rules_ytt", version = "0.3.0")
bazel_dep(name = "rules_oci", version = "2.2.0")

oci = use_extension("@rules_oci//oci:extensions.bzl", "oci")
Expand Down
13 changes: 0 additions & 13 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,3 @@ _tilt_sha = {
"linux",
"mac",
]]

http_archive(
name = "rules_ytt",
sha256 = "876ab0223567ec7556107374a9b9cb3e3db9ba5bb97e778c35d36f1d1f717879",
strip_prefix = "rules_ytt-0.2.0",
url = "https://github.com/ekhabarov/rules_ytt/releases/download/v0.2.0/rules_ytt-v0.2.0.tar.gz",
)

load("@rules_ytt//ytt:repositories.bzl", "rules_ytt_dependencies", "rules_ytt_register_toolchains")

rules_ytt_dependencies()

rules_ytt_register_toolchains()

0 comments on commit b2f56bb

Please sign in to comment.