Skip to content

Commit f18df0d

Browse files
Adjust the platform definition for the erlang git master pipeline (#7964) (#7975)
by using the more selective constraint value (cherry picked from commit a7365d0) Co-authored-by: Rin Kuryloski <[email protected]>
1 parent 34728f7 commit f18df0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bazel/platforms/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ platform(
6868
platform(
6969
name = "erlang_linux_git_master_platform",
7070
constraint_values = [
71-
"@erlang_config//:erlang_26",
71+
"@erlang_config//:erlang_26_unknown",
7272
"@elixir_config//:elixir_1_14",
7373
],
7474
parents = ["@rbe//config:platform"],

0 commit comments

Comments
 (0)