summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kuryloski <kuryloskip@vmware.com>2021-09-22 13:20:33 +0200
committermergify-bot <noreply@mergify.io>2021-09-22 19:01:02 +0000
commit93b39f94628c43b639c34902587b84e5bd1f19c1 (patch)
tree8ae7b5c518c5fbd73215dcca24f42a438b13d793
parentf765e4c628b865d6201e292ba2523ebc86ef92f4 (diff)
downloadrabbitmq-server-git-93b39f94628c43b639c34902587b84e5bd1f19c1.tar.gz
Use a pinned version of rabbitmq-ct-[client-]helpers
When these changes, it can break builds asynchronously and present difficult to diagnose errors (cherry picked from commit 94809aed644b57826a6287bd399ec1a42d8ed92f)
-rw-r--r--WORKSPACE.bazel4
1 files changed, 2 insertions, 2 deletions
diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel
index e78a121424..500089a248 100644
--- a/WORKSPACE.bazel
+++ b/WORKSPACE.bazel
@@ -46,7 +46,7 @@ rabbitmq_external_deps(rabbitmq_workspace = "@")
git_repository(
name = "rabbitmq_ct_helpers",
- branch = "master",
+ commit = "9a848f06e432262ab30e6124e52564714662f47b",
remote = "https://github.com/rabbitmq/rabbitmq-ct-helpers.git",
repo_mapping = {
"@rabbitmq-server": "@",
@@ -55,7 +55,7 @@ git_repository(
git_repository(
name = "rabbitmq_ct_client_helpers",
- branch = "master",
+ commit = "51ed1e59d725816cd82a3bd6211c043d385f180e",
remote = "https://github.com/rabbitmq/rabbitmq-ct-client-helpers.git",
repo_mapping = {
"@rabbitmq-server": "@",