We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb18c9 commit 0fc58b3Copy full SHA for 0fc58b3
bazel/bzlmod/secondary_umbrella.bzl
@@ -28,9 +28,9 @@ def secondary_umbrella():
28
name = "rabbitmq-server-generic-unix-3.12",
29
build_file = "@//:BUILD.package_generic_unix",
30
patch_cmds = [ADD_PLUGINS_DIR_BUILD_FILE],
31
- strip_prefix = "rabbitmq_server-3.12.0-rc.3",
+ strip_prefix = "rabbitmq_server-3.12.0",
32
# This file is produced just in time by the test-mixed-versions.yaml GitHub Actions workflow.
33
urls = [
34
- "https://rabbitmq-github-actions.s3.eu-west-1.amazonaws.com/secondary-umbrellas/package-generic-unix-for-mixed-version-testing-v3.12.0-rc.3.tar.xz",
+ "https://rabbitmq-github-actions.s3.eu-west-1.amazonaws.com/secondary-umbrellas/package-generic-unix-for-mixed-version-testing-v3.12.0.tar.xz",
35
],
36
)
0 commit comments