Use 3.11.18 for the secondary umbrella

This commit is contained in:
Rin Kuryloski 2023-06-16 08:30:40 +02:00
parent 4d42d5689c
commit 0501af9ffc
1 changed files with 2 additions and 2 deletions

View File

@ -28,9 +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.11",
strip_prefix = "rabbitmq_server-3.11.18",
# 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.11.tar.xz",
"https://rabbitmq-github-actions.s3.eu-west-1.amazonaws.com/secondary-umbrellas/package-generic-unix-for-mixed-version-testing-v3.11.18.tar.xz",
],
)