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

CI: Bitrot protection for dep installs. #562

Merged
merged 1 commit into from
Mar 10, 2020

Conversation

roblabla
Copy link
Member

Ensure we build xargo and cargo-make in a reproducible way to prevent bitrot. We now specify a version and ask for a locked build. My understanding is that --locked will use the lockfile packaged by the crate, see rust-lang/cargo#5654.

Ensure we build xargo and cargo-make in a reproducible way to prevent
bitrot. We now specify a version and ask for a locked build. My
understanding is that --locked will use the lockfile packaged by the
crate, see rust-lang/cargo#5654.
@roblabla roblabla requested a review from marysaka March 10, 2020 19:43
@roblabla roblabla added infra Related to the infra/tooling. We're going meta. type-bug Something isn't working dependencies Pull requests that update a dependency file labels Mar 10, 2020
@roblabla
Copy link
Member Author

Sneaky merge

@roblabla roblabla merged commit cc926a8 into sunriseos:master Mar 10, 2020
@roblabla roblabla removed the dependencies Pull requests that update a dependency file label Mar 10, 2020
@marysaka marysaka removed their request for review March 11, 2020 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra Related to the infra/tooling. We're going meta. type-bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant