Skip to content

ci: add --locked to release-plz install#786

Open
DaleSeo wants to merge 1 commit intomainfrom
ci/release-plz-locked-install
Open

ci: add --locked to release-plz install#786
DaleSeo wants to merge 1 commit intomainfrom
ci/release-plz-locked-install

Conversation

@DaleSeo
Copy link
Copy Markdown
Member

@DaleSeo DaleSeo commented Apr 2, 2026

Motivation and Context

The release-plz CI checks have been broken in main because cargo install without --locked resolves dependencies at install time, pulling in newer transitive dependencies that break the build. This adds --locked to both the release and release-pr jobs so the fork's Cargo.lock is respected for reproducible installs.

How Has This Been Tested?

Breaking Changes

None

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Additional context

@DaleSeo DaleSeo marked this pull request as ready for review April 2, 2026 01:09
@DaleSeo DaleSeo requested a review from a team as a code owner April 2, 2026 01:09
@github-actions github-actions bot added T-CI Changes to CI/CD workflows and configuration T-config Configuration file changes labels Apr 2, 2026
@DaleSeo DaleSeo self-assigned this Apr 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T-CI Changes to CI/CD workflows and configuration T-config Configuration file changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant