Skip to content

Commit

Permalink
[antlir2][install/tests] add true.c to a buck target
Browse files Browse the repository at this point in the history
Summary: Prevent codemods like D69233274 from deleting this otherwise unreferenced file.

Test Plan: testhard

Reviewed By: justintrudell

Differential Revision: D69472311

fbshipit-source-id: 34d74d6d7eb89bcb8110ad3a5529ee350483b65b
  • Loading branch information
vmagro authored and facebook-github-bot committed Feb 11, 2025
1 parent b386196 commit 3126eb7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions antlir/antlir2/features/install/tests/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,12 @@ image_python_test(
supports_static_listing = False,
)

# This binary was manually built and copied to true.precompiled.(x86_64|aarch64)
# for the tests below
export_file(
name = "true.c",
)

export_file(
name = "true.precompiled",
src = arch_select(
Expand Down

0 comments on commit 3126eb7

Please sign in to comment.