Skip to content

Commit

Permalink
escript: drop support for the magic "erlang_test_runner" label
Browse files Browse the repository at this point in the history
Summary: This is not necessary as of D62954867

Reviewed By: IanChilds

Differential Revision: D65273613

fbshipit-source-id: 874b3d92eb9408cd4ef63771bb9d70c5d84931c8
  • Loading branch information
michalmuskala authored and facebook-github-bot committed Oct 31, 2024
1 parent 4dabc2d commit 0ee0386
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions prelude/erlang/erlang_escript.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ def _bundled_escript_impl(ctx: AnalysisContext, dependencies: ErlAppDependencies
fail("multiple artifacts defined for path %s", (artifact.short_path))
artifacts[artifact.short_path] = artifact

# magic tag to make vendored json available to the test binary
if "erlang_test_runner" in ctx.attrs.labels:
artifacts["utility_modules/ebin"] = toolchain.utility_modules

escript_name = _escript_name(ctx)
output = ctx.actions.declare_output(escript_name)

Expand Down

0 comments on commit 0ee0386

Please sign in to comment.