Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add Cargo.lock to avoid flaky CI#567

Merged
Enselic merged 1 commit into
trishume:masterfrom
Enselic:cargo-lock
Jan 12, 2025
Merged

Add Cargo.lock to avoid flaky CI#567
Enselic merged 1 commit into
trishume:masterfrom
Enselic:cargo-lock

Conversation

@Enselic
Copy link
Copy Markdown
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
@Enselic Enselic mentioned this pull request Jan 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