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

Add Cargo.lock to avoid flaky CI #567

Merged
merged 1 commit into from
Jan 12, 2025
Merged

Conversation

Enselic
Copy link
Collaborator

@Enselic Enselic commented Jan 11, 2025

Avoids errors like this:

error: failed to parse lock file at: /home/runner/work/syntect/syntect/Cargo.lock

Caused by:
  lock file version 4 requires `-Znext-lockfile-bump`
test public_api ... FAILED

Because if we don't version Cargo.lock it will be generated (differently) each CI run.

Avoids errors like:

    error: failed to parse lock file at: /home/runner/work/syntect/syntect/Cargo.lock

    Caused by:
      lock file version 4 requires `-Znext-lockfile-bump`
    test public_api ... FAILED
@Enselic Enselic merged commit f4bbad0 into trishume:master Jan 12, 2025
4 checks passed
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