summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRin Kuryloski <kuryloskip@vmware.com>2023-03-20 18:42:38 +0100
committerRin Kuryloski <kuryloskip@vmware.com>2023-03-21 10:24:13 +0100
commit89d0b39ae8ddf284ca5b6e942f38e6140c122289 (patch)
tree3f5109a27965321986822d644f60649e01323964
parent984619dfe9e59b3494da3ac5850cbc2f128b9825 (diff)
downloadrabbitmq-server-git-89d0b39ae8ddf284ca5b6e942f38e6140c122289.tar.gz
Use 3.11.11 for mixed version testing
-rw-r--r--bazel/bzlmod/secondary_umbrella.bzl7
1 files changed, 3 insertions, 4 deletions
diff --git a/bazel/bzlmod/secondary_umbrella.bzl b/bazel/bzlmod/secondary_umbrella.bzl
index 859e6ebef0..5c37142f5b 100644
--- a/bazel/bzlmod/secondary_umbrella.bzl
+++ b/bazel/bzlmod/secondary_umbrella.bzl
@@ -28,10 +28,9 @@ def secondary_umbrella():
name = "rabbitmq-server-generic-unix-3.11",
build_file = "@//:BUILD.package_generic_unix",
patch_cmds = [ADD_PLUGINS_DIR_BUILD_FILE],
- strip_prefix = "rabbitmq_server-3.11.7",
- # This file if produced by the .github/workflows/secondary-umbrella.yaml
- # GitHub Actions workflow.
+ strip_prefix = "rabbitmq_server-3.11.11",
+ # This file is produced just in time by the test-mixed-versions.yaml GitHub Actions workflow.
urls = [
- "https://rabbitmq-github-actions.s3.eu-west-1.amazonaws.com/secondary-umbrellas/package-generic-unix-for-mixed-version-testing-v3.11.7.tar.xz",
+ "https://rabbitmq-github-actions.s3.eu-west-1.amazonaws.com/secondary-umbrellas/package-generic-unix-for-mixed-version-testing-v3.11.11.tar.xz",
],
)