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 339d08e commit 4bca0c8Copy full SHA for 4bca0c8
bazel/platforms/BUILD.bazel
@@ -15,7 +15,6 @@ platform(
15
name = "erlang_linux_23_platform",
16
constraint_values = [
17
"@erlang_config//:erlang_23",
18
- "@erlang_config//:erlang_23_any_minor",
19
"@elixir_config//:elixir_1_10",
20
],
21
parents = ["@rbe//config:platform"],
@@ -25,7 +24,6 @@ platform(
25
24
name = "erlang_linux_24_platform",
26
27
"@erlang_config//:erlang_24",
28
- "@erlang_config//:erlang_24_any_minor",
29
"@elixir_config//:elixir_1_12",
30
31
0 commit comments