Use 3.12.6 for the secondary umbrella

This commit is contained in:
Rin Kuryloski 2023-09-22 09:26:04 +02:00
parent c6672b9dea
commit b540b9abca
1 changed files with 2 additions and 2 deletions

View File

@ -28,9 +28,9 @@ def secondary_umbrella():
name = "rabbitmq-server-generic-unix-3.12",
build_file = "@//:BUILD.package_generic_unix",
patch_cmds = [ADD_PLUGINS_DIR_BUILD_FILE],
strip_prefix = "rabbitmq_server-3.12.3",
strip_prefix = "rabbitmq_server-3.12.6",
# 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/rbe-25_3/package-generic-unix-for-mixed-version-testing-v3.12.3.tar.xz",
"https://rabbitmq-github-actions.s3.eu-west-1.amazonaws.com/secondary-umbrellas/rbe-25_3/package-generic-unix-for-mixed-version-testing-v3.12.6.tar.xz",
],
)