Skip to content

Commit b308c32

Browse files
Anass Al-Wohoushmeta-codesync[bot]
authored andcommitted
[antlir][bzl] Allow ignore_symlink_tree to be selectable
Summary: In certain build modes (e.g. `dbgo-cov`), symlink trees may be necessary (e.g. `libdsi.so`) or not. Test Plan: CI Reviewed By: vmagro Differential Revision: D87366213 fbshipit-source-id: b59cecdd8127862f5342aed19e721e8eb2a919a6
1 parent de872f5 commit b308c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

antlir/antlir2/features/install/install.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def install(
4747
always_use_gnu_debuglink: bool = False,
4848
setcap: str | None = None,
4949
default_permissions: default_permissions = default_permissions(),
50-
ignore_symlink_tree: bool = False,
50+
ignore_symlink_tree: bool | Select = False,
5151
transition_to_distro_platform: transition_to_distro_platform | str | bool = False):
5252
"""
5353
Install a file or directory into the image.

0 commit comments

Comments
 (0)