summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRin Kuryloski <kuryloskip@vmware.com>2022-09-29 13:24:24 +0200
committerRin Kuryloski <kuryloskip@vmware.com>2022-09-29 13:26:59 +0200
commit560a0ea2a1570e57172462a036259b55c83a1288 (patch)
tree4ac2c97c42e25ef8e79cbcaa7eeca14890c4b99b
parentf30be1121d76a67035d1c6723f0f2aea40e14619 (diff)
downloadrabbitmq-server-git-mergify/bp/v3.10.x/pr-5898.tar.gz
Add missing constraints introduced in rules_erlang 3.7mergify/bp/v3.10.x/pr-5898
The rules_erlang change was intended to be non-breaking, but in fact that was not quite the case (cherry picked from commit 70871a7d18f34bea38d168fd8c88daaaecdb0f0a)
-rw-r--r--bazel/platforms/BUILD.bazel3
1 files changed, 3 insertions, 0 deletions
diff --git a/bazel/platforms/BUILD.bazel b/bazel/platforms/BUILD.bazel
index 7a3e07131f..81dcdfd1df 100644
--- a/bazel/platforms/BUILD.bazel
+++ b/bazel/platforms/BUILD.bazel
@@ -15,6 +15,7 @@ platform(
name = "erlang_linux_23_platform",
constraint_values = [
"@erlang_config//:erlang_23",
+ "@erlang_config//:erlang_23_any_minor",
"@elixir_config//:elixir_1_10",
],
parents = ["@rbe//config:platform"],
@@ -24,6 +25,7 @@ platform(
name = "erlang_linux_24_platform",
constraint_values = [
"@erlang_config//:erlang_24",
+ "@erlang_config//:erlang_24_any_minor",
"@elixir_config//:elixir_1_12",
],
parents = ["@rbe//config:platform"],
@@ -33,6 +35,7 @@ platform(
name = "erlang_linux_25_platform",
constraint_values = [
"@erlang_config//:erlang_25",
+ "@erlang_config//:erlang_25_any_minor",
"@elixir_config//:elixir_1_14",
],
parents = ["@rbe//config:platform"],