-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[antlir2][rpm] use strip from toolchain
Summary: Use the `strip` from the current toolchain, instead of the centos system `strip`, which likely does not correctly handle fbcode-platform binaries. In the GitHub release, this is still correct and will just continue to be the system toolchain since there is no isolated platform like fbcode. Test Plan: ``` ❯ buck2 test fbcode//mode/opt fbcode//antlir/antlir2/test_images/package/rpm:test Buck UI: https://www.internalfb.com/buck2/c3bc1aab-f97a-463b-bd92-c709f830b18e Test UI: https://www.internalfb.com/intern/testinfra/testrun/844425320107576 Network: Up: 0B Down: 0B (reSessionID-75828795-7372-4538-abd6-1f01a82bd953) Jobs completed: 7. Time elapsed: 2.6s. Tests finished: Pass 1. Fail 0. Fatal 0. Skip 0. Build failure 0 ``` Reviewed By: epilatow Differential Revision: D65492078 fbshipit-source-id: a86e78170ade05a6799e58f22b3071d6c54ac0c3
- Loading branch information
1 parent
3913a8b
commit eef4a76
Showing
3 changed files
with
29 additions
and
2 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
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