Skip to content

Commit

Permalink
update toolchains to also support running android tests
Browse files Browse the repository at this point in the history
Closes bazelbuild#8225.

PiperOrigin-RevId: 246310302
  • Loading branch information
buchgr authored and copybara-github committed May 2, 2019
1 parent 9a37138 commit ada3659
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ build:remote --google_default_credentials
build:remote --jobs=100
build:remote --action_env=PATH=/bin:/usr/bin:/usr/local/bin
build:remote --disk_cache=

# Flags for Android
build:remote --strategy=DexBuilder=remote # RBE C++ toolchain is built for RBE container
build:remote --noexperimental_check_desugar_deps # Workaround for singlejar incompatibility with RBE
8 changes: 4 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -317,11 +317,11 @@ http_archive(

http_archive(
name = "bazel_rbe_toolchains",
sha256 = "0d1356e7c8a30069153b47449ecb6216d13fd8ef7edf7b12db75b3f19fe73833",
strip_prefix = "bazel_rbe_toolchains-82820bceb82f5cede3f5eabbdc13eafc984e599d",
sha256 = "f575778fb1366718f5e1204200ecf35796c558998c15303945d351f0b42669e5",
strip_prefix = "bazel_rbe_toolchains-f50471a57cd05a313a953fa54756db6e8fd93673",
urls = [
"https://mirror.bazel.build/github.com/buchgr/bazel_rbe_toolchains/archive/82820bceb82f5cede3f5eabbdc13eafc984e599d.tar.gz",
"https://github.com/buchgr/bazel_rbe_toolchains/archive/82820bceb82f5cede3f5eabbdc13eafc984e599d.tar.gz",
"https://mirror.bazel.build/github.com/buchgr/bazel_rbe_toolchains/archive/f50471a57cd05a313a953fa54756db6e8fd93673.tar.gz",
"https://github.com/buchgr/bazel_rbe_toolchains/archive/f50471a57cd05a313a953fa54756db6e8fd93673.tar.gz",
],
)

Expand Down

0 comments on commit ada3659

Please sign in to comment.