-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try to untangle the rid calculation. (#82832)
* Try to untangle the rid calculation. * Ignore __portableOS. * Add back musl detection. * Try fix AnyOS tests. * Try fix coreclr linux_musl_arm64 job. * src/tests/build.proj: use PackageRID for restore. * Use RuntimeOS as an override for _packageOS. * Remove (probably) out-dated override for non-portable ToolsRID. * CI cross-builds for linux-musl use linux. * Add missing arch to rid. * Try simplified ToolsRID. * Update comments. * Rename OutputRid to OutputRID. * Tweak comment. * Move TargetsLinux{Bionic,Musl} with the other Targets properties. * Don't use RuntimeOS for PackageRID for CrossBuilds. * Move RuntimeOS condition to ToolsRID assignment. * Clean up a few things. * Fix broken Condition. * Try fix the linux-bionic build. * Try fix the linux-bionic build, part II. * Try fix the linux-bionic build, part III. * Fix PackageRID. * Use RuntimeOS as _packageOS override. * Remove RuntimeOS. * Fix '-os linux-musl' mapping. * Clean up . * Rename __PortableOS to __PortableTargetOS. * Extend comments. * Extend OutputRID comment too. * build.sh: include linux-bionic, linux-musl in usage. * SourceBuild.props: no need to pass RuntimeOS. Only set ToolsOS, PackageOS when RuntimeOS is not empty. * Fix comment. * linux-bionic doesn't get built on linux-bionic. * Unconditionally assign TargetsLinuxBionic/TargetsLinuxMusl. * Remove SkipInferTargetOSName.
- Loading branch information
Showing
41 changed files
with
181 additions
and
281 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
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
Oops, something went wrong.