Skip to content

CI: Fix lockfile verification #1177

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

Merged
merged 1 commit into from
Aug 12, 2025
Merged

Conversation

ehuss
Copy link
Contributor

@ehuss ehuss commented Aug 12, 2025

The lockfile verification step wasn't work because it was running after other commands which would have updated the lockfile. This just moves it to the front, and no need for a separate step.

@rustbot rustbot added the S-waiting-on-review Status: Waiting on review label Aug 12, 2025
The lockfile verification step wasn't work because it was running after
other commands which would have updated the lockfile. This just moves it
to the front, and no need for a separate step.
@ehuss ehuss force-pushed the ci-fix-lock-check branch from 2274e98 to 3a29eda Compare August 12, 2025 17:36
@ehuss ehuss enabled auto-merge August 12, 2025 17:36
@ehuss ehuss added this pull request to the merge queue Aug 12, 2025
Merged via the queue into rust-lang:master with commit 9dfe8db Aug 12, 2025
7 checks passed
@rustbot rustbot removed the S-waiting-on-review Status: Waiting on review label Aug 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants