Skip to content

Commit

Permalink
fixup backport
Browse files Browse the repository at this point in the history
(cherry picked from commit f280891)

# Conflicts:
#	.github/workflows/perform-bazel-execution-comparison.yaml
#	bazel/bzlmod/secondary_umbrella.bzl
  • Loading branch information
pjk25 authored and mergify[bot] committed Jun 19, 2024
1 parent f28ec6c commit 9166522
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bazel/bzlmod/secondary_umbrella.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def secondary_umbrella():
strip_prefix = "rabbitmq_server-3.11.18",
# This file is produced just in time by the test-mixed-versions.yaml GitHub Actions workflow.
urls = [
<<<<<<< HEAD
<<<<<<< HEAD
"https://rabbitmq-github-actions.s3.eu-west-1.amazonaws.com/secondary-umbrellas/rbe-25_0/package-generic-unix-for-mixed-version-testing-v3.11.18.tar.xz",
=======
Expand All @@ -40,5 +41,8 @@ def secondary_umbrella():
"https://rabbitmq-github-actions.s3.eu-west-1.amazonaws.com/secondary-umbrellas/26.1/package-generic-unix-for-mixed-version-testing-v3.13.1.tar.xz",
>>>>>>> a2709dfd05 (Remove remaining buildbuddy usage)
>>>>>>> b38dc84db5 (Remove remaining buildbuddy usage)
=======
"https://rabbitmq-github-actions.s3.eu-west-1.amazonaws.com/secondary-umbrellas/25.3/package-generic-unix-for-mixed-version-testing-v3.12.6.tar.xz",
>>>>>>> f28089177a (fixup backport)
],
)

0 comments on commit 9166522

Please sign in to comment.