Skip to content

Commit

Permalink
Move toolchain to e2e/workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmeku committed Apr 29, 2024
1 parent bcab24e commit eda9d77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 0 additions & 6 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ module(
compatibility_level = 1,
)

cypress = use_extension("//cypress:extensions.bzl", "cypress")
cypress.toolchain(cypress_version = "13.6.6")
use_repo(cypress, "cypress_toolchains")

register_toolchains("@cypress_toolchains//:all")

bazel_dep(name = "aspect_bazel_lib", version = "1.42.3")
bazel_dep(name = "aspect_rules_js", version = "1.41.2")
bazel_dep(name = "bazel_skylib", version = "1.4.1")
Expand Down
4 changes: 4 additions & 0 deletions e2e/workspace/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ local_path_override(
module_name = "aspect_rules_cypress",
path = "../..",
)
cypress = use_extension("@aspect_rules_cypress//cypress:extensions.bzl", "cypress")
cypress.toolchain(cypress_version = "13.6.6")
use_repo(cypress, "cypress_toolchains")
register_toolchains("@cypress_toolchains//:all")

bazel_dep(name = "aspect_rules_js", version = "1.41.2", dev_dependency = True)
bazel_dep(name = "bazel_features", version = "1.9.0", dev_dependency = True)
Expand Down

0 comments on commit eda9d77

Please sign in to comment.