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

Make Rust toolchain available during package building #1818

Merged
merged 1 commit into from
Feb 16, 2024
Merged

Commits on Feb 15, 2024

  1. Make Rust toolchain available during package building

    So far we've been using an ad-hoc image in which the necessary
    dependencies are all downloaded at build time, which is nice for tooling
    simplicity but adds up the more things we need to download each time.
    
    This adopts the same system used in the SecureDrop server build process.
    The tooling builds an image with some dependencies and installs the
    minimal Rust toolchain in an image. The image_prop and dep-check scripts
    verify all the dependencies are up to date, and rebuild the image if
    not.
    legoktm authored and cfm committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    c426c73 View commit details
    Browse the repository at this point in the history