Skip to content

build folder only based on sketch name + path #5107

Closed
@tbowmo

Description

@tbowmo

the build path is getting created in

https://github.com/arduino/Arduino/blob/master/arduino-core/src/processing/app/BaseNoGui.java#L132

And is based solely on the path and name of the sketch to compile. If we use arduino in a CI system, and want to do things in parallel for multiple archs, then they will collide with each other.

Can we have a bit more unique build path created? By adding timestamp for example in the string that get's md5ifized?

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