Closed
Description
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
Labels
No labels