2022-05-17 20:07:16 +08:00
|
|
|
package(
|
|
|
|
|
default_visibility = ["//visibility:public"],
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
platform(
|
2022-08-31 17:07:57 +08:00
|
|
|
name = "erlang_internal_platform",
|
2022-05-17 20:07:16 +08:00
|
|
|
constraint_values = [
|
2022-08-31 17:07:57 +08:00
|
|
|
"@erlang_config//:erlang_internal",
|
2022-09-27 22:45:26 +08:00
|
|
|
"@elixir_config//:elixir_internal",
|
2022-05-17 20:07:16 +08:00
|
|
|
],
|
2022-08-31 17:07:57 +08:00
|
|
|
parents = ["@rbe//config:platform"],
|
2022-05-17 20:07:16 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
platform(
|
2022-08-31 17:07:57 +08:00
|
|
|
name = "erlang_linux_24_platform",
|
2022-05-17 20:07:16 +08:00
|
|
|
constraint_values = [
|
2022-08-31 17:07:57 +08:00
|
|
|
"@erlang_config//:erlang_24",
|
2022-10-04 17:42:29 +08:00
|
|
|
"@elixir_config//:elixir_1_13",
|
2022-05-17 20:07:16 +08:00
|
|
|
],
|
|
|
|
|
parents = ["@rbe//config:platform"],
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
platform(
|
2022-09-30 15:21:56 +08:00
|
|
|
name = "erlang_linux_25_0_platform",
|
2022-05-17 20:07:16 +08:00
|
|
|
constraint_values = [
|
2022-09-30 15:21:56 +08:00
|
|
|
"@erlang_config//:erlang_25_0",
|
|
|
|
|
"@elixir_config//:elixir_1_14",
|
|
|
|
|
],
|
|
|
|
|
parents = ["@rbe//config:platform"],
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
platform(
|
|
|
|
|
name = "erlang_linux_25_1_platform",
|
|
|
|
|
constraint_values = [
|
|
|
|
|
"@erlang_config//:erlang_25_1",
|
2022-09-27 22:45:26 +08:00
|
|
|
"@elixir_config//:elixir_1_14",
|
2022-05-17 20:07:16 +08:00
|
|
|
],
|
|
|
|
|
parents = ["@rbe//config:platform"],
|
|
|
|
|
)
|
|
|
|
|
|
2022-12-14 17:29:17 +08:00
|
|
|
platform(
|
|
|
|
|
name = "erlang_linux_25_2_platform",
|
|
|
|
|
constraint_values = [
|
|
|
|
|
"@erlang_config//:erlang_25_2",
|
|
|
|
|
"@elixir_config//:elixir_1_14",
|
|
|
|
|
],
|
|
|
|
|
parents = ["@rbe//config:platform"],
|
|
|
|
|
)
|
|
|
|
|
|
2023-03-08 22:21:27 +08:00
|
|
|
platform(
|
|
|
|
|
name = "erlang_linux_25_3_platform",
|
|
|
|
|
constraint_values = [
|
|
|
|
|
"@erlang_config//:erlang_25_3",
|
|
|
|
|
"@elixir_config//:elixir_1_14",
|
|
|
|
|
],
|
|
|
|
|
parents = ["@rbe//config:platform"],
|
|
|
|
|
)
|
|
|
|
|
|
2022-05-17 20:07:16 +08:00
|
|
|
platform(
|
2022-08-31 17:07:57 +08:00
|
|
|
name = "erlang_linux_git_master_platform",
|
2022-05-17 20:07:16 +08:00
|
|
|
constraint_values = [
|
2022-09-28 16:49:31 +08:00
|
|
|
"@erlang_config//:erlang_26",
|
2022-09-27 22:45:26 +08:00
|
|
|
"@elixir_config//:elixir_1_14",
|
2022-05-17 20:07:16 +08:00
|
|
|
],
|
|
|
|
|
parents = ["@rbe//config:platform"],
|
|
|
|
|
)
|