Skip to content

Commit 62bb217

Browse files
committed
WIP
1 parent 4a9c3bd commit 62bb217

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

private/escript_flat.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
)

test/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)