dotnet/runtime

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

Ouverte

#42 711 ouverte le 24 sept. 2020

 (1 commentaire) (0 réaction) (0 personne assignée)C# (5 445 forks)batch import
area-Infrastructurehelp wanted

Métriques du dépôt

Stars
 (17 886 étoiles)
Métriques de merge PR
 (Merge moyen 12j 11h) (661 PRs mergées en 30 j)

Description

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.

Guide contributeur