Skip to content

error/panic on fallback to host cargo or when in CI environment #659

@Emilgardis

Description

@Emilgardis

cross/src/main.rs

Lines 344 to 350 in eaeff5b

let image_exists = match docker::image(&config, &target) {
Ok(_) => true,
Err(err) => {
eprintln!("Warning: {} Falling back to `cargo` on the host.", err);
false
}
};

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions