From 194280cde1a7c04f97b3af1f8c30271fb272996d Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 19 Nov 2021 03:04:14 +0000 Subject: [PATCH] Use latest rbe-erlang-platform/linux-erlang-24.1 for remote build execution (RBE) with BuildBuddy (cherry picked from commit cd2f6953c86d3ed6ff42073fad92c31488ab527d) --- WORKSPACE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index a0f01f99691d..8e243d72496c 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -40,7 +40,7 @@ git_repository( git_repository( name = "rbe_24", - commit = "41a52ed360537f6794f6e759dd7eec7bbf65445c", + commit = "a087892ef4202dc3245b64d36d5921491848315f", remote = "https://github.com/rabbitmq/rbe-erlang-platform.git", )