Skip to content

Build daemon should support multiple different build scripts for the same project #2516

Open
@jakemac53

Description

@jakemac53

Today if you have two build scripts and they are both ran in daemon mode, the 2nd one to launch will fail with an options skew error. It tries to use connect to the existing daemon for the project, which is running a different script.

We probably need the connect method to take an optional string identifier which would be appended to the workspace dir when creating the daemon identifier?

cc @grouma @jonahwilliams

I noticed this is breaking the current flutter web workflow when using the builders: key.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1A high priority bug; for example, a single project is unusable or has many test failurespackage:build_daemon

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions