Skip to content

The build script assumes that rustup is always in ~/.cargo/bin/ #14

@drozdziak1

Description

@drozdziak1

What's happening?

Our build script installs the toolchains necessary for each supported platform. It seems to call rustup directly via $HOME/.cargo/bin/rustup which isn't always its correct location.

Why's that a problem?

Someone might have rustup already installed in a non-standard setup of their choosing (Rustup's install script lets you customize the install so that's entirely possible). This causes the build to fail because of No such file or directory being returned when the build tries to run Rustup that way.

Solutions

The easiest solution would most likely be refering to just rustup instead of the full path within the build scripts

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