8000 Inner repo builds should not double pass args · Issue #3789 · dotnet/source-build · GitHub
[go: up one dir, main page]

Skip to content
Inner repo builds should not double pass args #3789
@mmitche

Description

@mmitche

The inner repo build command is based on the outer repo build command. Basically arcade is just taking the outer build command, adding a few new args, and then launching the new command. Duplicated args end up using the second value. This leads to some problems and some general awkwardness:

  • Some args seem to ocassionally cause problems when passed twice. /bl: doesn't seem to override properly (at least in roslyn builds).
  • It can be difficult to glance at a c 697C ommand line and identify what is going on.

T-Shirt Size: Small (probably not critical but ideal)

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0