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

Split network access (cargo fetch) to do_fetch task and disable network in do_compile #150

Open
posborne opened this issue Oct 10, 2023 · 0 comments · May be fixed by #149
Open

Split network access (cargo fetch) to do_fetch task and disable network in do_compile #150

posborne opened this issue Oct 10, 2023 · 0 comments · May be fixed by #149

Comments

@posborne
Copy link
Member

Currently, the do_build task does a cargo build not in --offline mode which is, by default, disabled in later Yocto versions (but can be enabled). It is likely preferred to do the network operations (via cargo fetch) outside of the build stage. Doing so likely aids with offline builds in some cases.

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

Successfully merging a pull request may close this issue.

1 participant