Skip to content

Commit

Permalink
v8.0.0-rc2
Browse files Browse the repository at this point in the history
drop MODULE.tools workaround
  • Loading branch information
hvadehra committed Oct 4, 2024
1 parent 78b07fa commit 1204415
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bazel_dep(name = "zstd-jni", version = "1.5.2-3.bcr.1")
bazel_dep(name = "blake3", version = "1.5.1.bcr.1")
bazel_dep(name = "zlib", version = "1.3.1.bcr.3")
bazel_dep(name = "rules_cc", version = "0.0.10")
bazel_dep(name = "rules_java", version = "8.0.0-rc1")
bazel_dep(name = "rules_java", version = "8.0.0-rc2")
bazel_dep(name = "rules_graalvm", version = "0.11.1")
bazel_dep(name = "rules_proto", version = "6.0.2")
bazel_dep(name = "rules_jvm_external", version = "6.0")
Expand Down
4 changes: 2 additions & 2 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/MODULE.tools
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ use_repo(buildozer_binary, "buildozer_binary")
# Dependencies used to auto-load removed symbols and rules from Bazel (due to Starlarkification)
# See also: --incompatible_autoload_externally, AutoloadSymbols
bazel_dep(name = "protobuf", version = "27.0", repo_name = "com_google_protobuf")
bazel_dep(name = "rules_java", version = "8.0.0-rc1")
bazel_dep(name = "rules_java", version = "8.0.0-rc2")
bazel_dep(name = "rules_cc", version = "0.0.10")
bazel_dep(name = "rules_python", version = "0.36.0")
# add rules_android
Expand Down
13 changes: 11 additions & 2 deletions src/test/tools/bzlmod/MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions src/test/tools/bzlmod/update_default_lock_file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ function generate_lock_file() {
trap 'cleanup $tmpdir' EXIT

cd "${tmpdir}"
cat > MODULE.bazel <<EOF
single_version_override(module_name = "protobuf", version = "27.0")
EOF
touch MODULE.bazel
echo 'common --incompatible_use_plus_in_repo_names' > .bazelrc
bazel=$(rlocation io_bazel/src/bazel)

Expand Down
6 changes: 3 additions & 3 deletions workspace_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ WORKSPACE_REPOS = {
"strip_prefix": "rules_cc-0.0.10",
},
"rules_java": {
"archive": "rules_java-7.12.1.tar.gz",
"sha256": "dfbadbb37a79eb9e1cc1e156ecb8f817edf3899b28bc02410a6c1eb88b1a6862",
"urls": ["https://github.com/bazelbuild/rules_java/releases/download/7.12.1/rules_java-7.12.1.tar.gz"],
"archive": "rules_java-8.0.0-rc2.tar.gz",
"sha256": "7bfdbb51bb362ecdca5d989efa3c77683ce4d431e82e2d2d7aadca33a8c35ca7",
"urls": ["https://github.com/bazelbuild/rules_java/releases/download/8.0.0-rc2/rules_java-8.0.0-rc2.tar.gz"],
},
"bazel_skylib": {
"archive": "bazel-skylib-1.6.1.tar.gz",
Expand Down

0 comments on commit 1204415

Please sign in to comment.