Skip to content

Commit

Permalink
Update MODULE.bazel with a temp git_override
Browse files Browse the repository at this point in the history
  • Loading branch information
simonff authored Jan 21, 2025
1 parent 357936b commit f7f9b1b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ bazel_dep(name = "rules_jsonnet", version = "0.6.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "rules_python", version = "0.35.0")

# Temporary workaround
# TODO(simonf): remove when https://github.com/google/jsonnet/pull/1189 is pushed
# to rules_jsonnet
git_override(
module_name = "jsonnet",
commit = "4487bfb8ba7ed7a3d91d79d4a1aa2205e7839558",
remote = "https://github.com/google/jsonnet.git",
)

python = use_extension("@rules_python//python/extensions:python.bzl", "python")
python.toolchain(
python_version = "3.10"
Expand Down

0 comments on commit f7f9b1b

Please sign in to comment.