-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[antlir2][toolchain] better cxx platform names
Summary: Set the platform name to a better (more clear for regex matching) string, excluding the `toolchain--` prefix. Also set the `deps_aliases` to express that these are `linux-(aarch64|x86_64)` platforms. Test Plan: ``` ❯ buck audit providers fbcode//antlir/distro/toolchain/cxx:toolchain ... CxxPlatformInfo( name="centos9-x86_64", deps_aliases=[ "linux-x86_64" ] ) ]) ❯ buck2 test fbcode//antlir/distro/toolchain/cxx/tests: Buck UI: https://www.internalfb.com/buck2/d9a316aa-9312-43c2-951e-80190a159d87 Test UI: https://www.internalfb.com/intern/testinfra/testrun/16888498667264438 Tests finished: Pass 17. Fail 0. Fatal 0. Skip 0. Build failure 0 ``` Reviewed By: naveedgol Differential Revision: D67764044 fbshipit-source-id: 09eeab593adfb46a4c94c2deac41b578d626615c
- Loading branch information
1 parent
2f24111
commit 77e3e44
Showing
1 changed file
with
29 additions
and
23 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