dotnet/runtime

Support per-component (coreclr, installer, etc) cmake args

开放

#42,711 创建于 2020年9月24日

 (1 条评论) (0 个反应) (0 位负责人)C# (5,445 个派生)batch import
area-Infrastructurehelp wanted

仓库指标

星标
 (17,886 个星标)
PR 合并指标
 (平均合并 12天 11小时) (30 天内合并 661 个 PR)

描述

Initial cost estimate: 1 week Initial contacts: @trylek, @janvorli

From https://github.com/dotnet/runtime/pull/42689#discussion_r494645913 :

It is kind of unfortunate that the main build script only supports single set of cmake args that it pushes to all three sub-parts (coreclr, installer, libraries). It would be nice to enhance it to enable specifying these flags separately for coreclr, installer and libraries so that we don't have to do tricks like this.

贡献者指南