-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: With certain build configs/modes, some targets require the presence of shared file object to run correctly. `fbpkg.builder` accommodates this by shipping these files in the fbpkg itself. Antlir should do the same to do allow link group binaries to run in images Consulted link group experts who deem this the right approach https://fb.workplace.com/groups/620835969447929/permalink/1045577510307104/ Test Plan: - `buck test mode/opt-asan-ubsan antlir/antlir2/features/install/tests/fb:t est-installed-binary-with-link-groups` - manually removed forwarding the shared libraries in install.bzl and observed the test fail with `/foo/cpp-bin-with-link-groups: error while loading shared libraries: libmkl_intel_lp64.so.2: cannot open shared object file: No such file or directory` as expected Reviewed By: sergeyfd Differential Revision: D64184556 fbshipit-source-id: 8a179bcb1f68dc340c976c90c5569c4c7d9a4957
- Loading branch information
1 parent
a3ff6b3
commit 3f0a5c8
Showing
2 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters