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

fix: use toolchain file while building dependencies #281

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 10, 2024

  1. fix: use toolchain file while building dependencies

    This commit make the cargo build command that builds the dependencies
    actually adhere to the toolchain file if it was present in the recipe.
    
    Before this it was ignored and thus the next call to cargo build would
    rebuild all dependencies again, but then with what is actually contained
    in the toolchain file. This was because the environment variable
    'RUSTUP_TOOLCHAIN' was already set and so the toolchain file was not
    considered, see here for details:
    https://rust-lang.github.io/rustup/overrides.html
    LtdSauce committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    be04d5f View commit details
    Browse the repository at this point in the history