brick icon indicating copy to clipboard operation
brick copied to clipboard

Concurrent builds

Open skovhus opened this issue 5 years ago • 1 comments

We could enable current builds by having multiple brickdockerfile files and an overview of dependencies.

Note that it will complicate the code and make debugging harder.

skovhus avatar Sep 15 '20 08:09 skovhus

Note: Builds that depend on the output of another builds might be hit by concurrency problems as the output is copied to the filesystem and might interfere with another concurrent build

corradio avatar Sep 15 '20 08:09 corradio