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
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.