You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The component install/preview gets rebuild on every build because it has an argdeps dependency on version. This dependency is needed, which means that for now, we can't avoid having the component be rebuild with every build.
However, we can make it optional to build the component. install/preview:docker isn't needed on all branches, so we could hide it behind a "with-preview-docker" Werft attribute.
Being able to dynamically decide if a component should be build or not depends on a new feature in Leeway (gitpod-io/leeway#95)
The text was updated successfully, but these errors were encountered:
The component
install/preview
gets rebuild on every build because it has anargdeps
dependency onversion
. This dependency is needed, which means that for now, we can't avoid having the component be rebuild with every build.However, we can make it optional to build the component. install/preview:docker isn't needed on all branches, so we could hide it behind a "with-preview-docker" Werft attribute.
Being able to dynamically decide if a component should be build or not depends on a new feature in Leeway (gitpod-io/leeway#95)
The text was updated successfully, but these errors were encountered: