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
When there are multiple dependencies specified for a build stage, each dependency should install to both /opt/install and /opt/sysroot so that is usable by subsequent dependencies (which is the entire point).
It's not clear to me if we need to install these to /opt/install at all since they exist only for the final dependency. Does the final program need access to the artifacts or can we default to making them private?
Currently deps that are docker images just copy to both.
The text was updated successfully, but these errors were encountered:
When there are multiple dependencies specified for a build stage, each dependency should install to both
/opt/install
and/opt/sysroot
so that is usable by subsequent dependencies (which is the entire point).It's not clear to me if we need to install these to
/opt/install
at all since they exist only for the final dependency. Does the final program need access to the artifacts or can we default to making them private?Currently deps that are docker images just copy to both.
The text was updated successfully, but these errors were encountered: