Skip to content

Commit

Permalink
Fix build, attempt #3
Browse files Browse the repository at this point in the history
  • Loading branch information
hvadehra committed Nov 3, 2023
1 parent c7d8d1e commit b0ec360
Show file tree
Hide file tree
Showing 6 changed files with 181 additions and 186 deletions.
4 changes: 2 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@ test:ci-linux --test_env=TEST_INSTALL_BASE=/var/lib/buildkite-agent/bazeltest/in
test:ci-linux --test_env=REPOSITORY_CACHE=/var/lib/buildkite-agent/bazeltest/repo_cache
test:ci-linux --test_env=REMOTE_NETWORK_ADDRESS=bazel.build:80
test:ci-linux --sandbox_writable_path=/var/lib/buildkite-agent/bazeltest
test:ci-linux --sandbox_default_allow_network=false
test:ci-linux --sandbox_default_allow_network=true

## For macOS
build:ci-macos --repository_cache=/Users/buildkite/bazeltest/repo_cache
test:ci-macos --test_env=TEST_INSTALL_BASE=/Users/buildkite/bazeltest/install_base
test:ci-macos --test_env=REPOSITORY_CACHE=/Users/buildkite/bazeltest/repo_cache
test:ci-macos --test_env=REMOTE_NETWORK_ADDRESS=bazel.build:80
test:ci-macos --sandbox_writable_path=/Users/buildkite/bazeltest
test:ci-macos --sandbox_default_allow_network=false
test:ci-macos --sandbox_default_allow_network=true

## For Windows
build:ci-windows --repository_cache=C:/b/bazeltest_repo_cache
Expand Down
7 changes: 7 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ single_version_override(
patches = ["//third_party:rules_jvm_external_5.2.patch"],
)

archive_override(
module_name = "rules_java",
urls = ["https://github.com/bazelbuild/rules_java/archive/8b3d6fd2728610c71be2f6937783a396de139576.tar.gz"],
integrity = "sha256-6KZCfXiCIVsAnASPmWSZ6JyeQ8E8ViNNoWpJsVTEZUY=",
strip_prefix = "rules_java-8b3d6fd2728610c71be2f6937783a396de139576",
)

local_path_override(
module_name = "remoteapis",
path = "./third_party/remoteapis",
Expand Down
Loading

0 comments on commit b0ec360

Please sign in to comment.