Skip to content

Commit

Permalink
bazel: Spawn all datadir repos rather than just 8.54. (At this time, …
Browse files Browse the repository at this point in the history
…only 8.54 is used.)
  • Loading branch information
ivucica committed Jun 9, 2024
1 parent 7a76ffe commit 375eea8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ local_repository(
path = __workspace_dir__ + "/vendor/github.com/ivucica/rules_tibia",
)

load("@rules_tibia//:tibia_data.bzl", "tibia_data_repository")
tibia_data_repository(version=854)
load("@rules_tibia//:tibia_data.bzl", "tibia_data_repositories")
tibia_data_repositories()

local_repository(
name = "glict",
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/ivucica/rules_tibia
Submodule rules_tibia updated 1 files
+96 −70 tibia_data.bzl

0 comments on commit 375eea8

Please sign in to comment.