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

feat: Add 'cargo-dist' for prebuilt binaries. #41

Merged
merged 1 commit into from
May 7, 2024

Conversation

alilleybrinker
Copy link
Collaborator

This commit is just the result of getting 'cargo dist init' running, and
sets up the basics for distributing Hipcheck to end users with pre-built
binaries. Note that currently the installation after the binary is set
up will still be missing additional files Hipcheck needs, as well as its
broader dependencies, so this isn't a sufficient installation setup on
its own.

Signed-off-by: Andrew Lilley Brinker [email protected]

@alilleybrinker alilleybrinker self-assigned this May 1, 2024
@alilleybrinker alilleybrinker added the type: enhancement New feature or request label May 1, 2024
@alilleybrinker alilleybrinker added this to the 3.2.0 milestone May 1, 2024
@alilleybrinker alilleybrinker linked an issue May 1, 2024 that may be closed by this pull request
This commit is just the result of getting 'cargo dist init' running, and
sets up the basics for distributing Hipcheck to end users with pre-built
binaries. Note that currently the installation after the binary is set
up will still be missing additional files Hipcheck needs, as well as its
broader dependencies, so this isn't a sufficient installation setup on
its own.

Signed-off-by: Andrew Lilley Brinker <[email protected]>
@alilleybrinker alilleybrinker force-pushed the alilleybrinker/cargo-dist branch from 1085a98 to 277aa0e Compare May 7, 2024 18:55
@alilleybrinker
Copy link
Collaborator Author

Rebased on the latest from main.

@alilleybrinker alilleybrinker marked this pull request as ready for review May 7, 2024 18:56
@alilleybrinker alilleybrinker requested a review from mchernicoff May 7, 2024 18:56
@alilleybrinker alilleybrinker merged commit de8bc11 into main May 7, 2024
9 checks passed
@alilleybrinker alilleybrinker deleted the alilleybrinker/cargo-dist branch May 7, 2024 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Set up automatic generation and distribution of Hipcheck binaries
2 participants