Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
pjk25 committed May 4, 2023
1 parent 01ddde1 commit 874b3d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions private/escript_flat.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ escript_flat = rule(
),
"beam": attr.label(
allow_single_file = [".beam"],
# cfg = beam_transition,
cfg = beam_transition,
),
"out": attr.string(),
# "_allowlist_function_transition": attr.label(
# default = "@bazel_tools//tools/allowlists/function_transition_allowlist",
# ),
"_allowlist_function_transition": attr.label(
default = "@bazel_tools//tools/allowlists/function_transition_allowlist",
),
},
toolchains = ["//tools:toolchain_type"],
)
1 change: 1 addition & 0 deletions test/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ platform(
name = "erlang_internal_platform",
constraint_values = [
"@erlang_config//:erlang_internal",
"@erlang_config//:erlang_24",
],
parents = ["@rbe//config:platform"],
)
Expand Down

0 comments on commit 874b3d2

Please sign in to comment.