Skip to content

New build has changed workflows quite a bit and somethings are slower #6037

@KevinRansom

Description

@KevinRansom

With the old repo build there were reasonable options for workflows

  • build proto
  • build net40
  • build coreclr
  • build vs
  • build net40 debug etc.

These workflows were optimized towards specific tasks, "working on the desktop compiler, working on the coreclr compiler and working on ide code, with debug specializations.

The new build uses multi-targeting, and so builds usually build both desktop and coreclr compilers. In the VS IDE it builds both net46 and netcoreapp … targets in the background.

We will need to figure out what workflows we will need moving forward, and how to achieve them.

Right now, working on the desktop compiler is now much slower, because it builds the desktop compiler + the coreclr compiler.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions