File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -67,12 +67,12 @@ escript_flat = rule(
6767 ),
6868 "beam" : attr .label (
6969 allow_single_file = [".beam" ],
70- # cfg = beam_transition,
70+ cfg = beam_transition ,
7171 ),
7272 "out" : attr .string (),
73- # "_allowlist_function_transition": attr.label(
74- # default = "@bazel_tools//tools/allowlists/function_transition_allowlist",
75- # ),
73+ "_allowlist_function_transition" : attr .label (
74+ default = "@bazel_tools//tools/allowlists/function_transition_allowlist" ,
75+ ),
7676 },
7777 toolchains = ["//tools:toolchain_type" ],
7878)
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ platform(
55 name = "erlang_internal_platform" ,
66 constraint_values = [
77 "@erlang_config//:erlang_internal" ,
8+ "@erlang_config//:erlang_24" ,
89 ],
910 parents = ["@rbe//config:platform" ],
1011)
You can’t perform that action at this time.
0 commit comments