Skip to content

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

Open
@posborne

Description

@posborne

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions