Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Multi-stage Build Interdependencies #13

Open
ricejasonf opened this issue Jun 27, 2019 · 0 comments
Open

Fix Multi-stage Build Interdependencies #13

ricejasonf opened this issue Jun 27, 2019 · 0 comments

Comments

@ricejasonf
Copy link
Owner

ricejasonf commented Jun 27, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant