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

Append --locked when building Rust libraries for iOS for releases #7522

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

faern
Copy link
Member

@faern faern commented Jan 24, 2025

This prevents the build from succeeding if the lockfile is dirty. This stops us from releasing apps that are hard to re-build with the exact same dependencies, or that had malicious stuff injected under some circumstances

I cannot very easily test this out. Sorry for that. So I'm marking the PR as a draft since I'm not sure if this works.


This change is Reviewable

This prevents the build from succeeding if the lockfile is dirty.
This stops us from releasing apps that are hard to re-build with
the exact same dependencies, or that had malicious stuff injected
under some circumstances
@faern faern requested a review from pinkisemils January 24, 2025 15:28
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.

1 participant