Skip to content

WIP: Skip configure-commands when building workspaced elements a second time

  • Implement methods to store local state about number of builds that have finished successfully in the same sandbox.
  • Allow individual elements to access this local state and do different things based on it.
  • For BuildElement specifically, do not run configure-commands that build count is higher than zero.

This MR depends on the functionality provided in !126 (merged) and should not be merged until that one lands.

Edited by Chandan Singh

Merge request reports