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

ci: use --locked for MSRV cargo-ndk install #38

Merged
merged 1 commit into from
Oct 14, 2023

Conversation

cpu
Copy link
Member

@cpu cpu commented Oct 13, 2023

A transitive dependency of cargo-ndk, regex-automata,increased its MSRV and so installing cargo-ndk at version 2.12.7 breaks in the MSRV CI task unless we use the pinned Cargo.lock version, or upgrade our MSRV in turn.

See #30 for previous struggles related to cargo-ndk and maintaining a MSRV of 1.64.

Resolves #37.

A transitive dependency of `cargo-ndk`, `regex-automata`,increased its
MSRV and so installing `cargo-ndk` at version 2.12.7 breaks in the MSRV
CI task unless we use the pinned `Cargo.lock` version, or upgrade our MSRV
in turn.
@cpu cpu self-assigned this Oct 13, 2023
Copy link
Collaborator

@complexspaces complexspaces left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIRC using --locked for CI is best practice anyway, so this looks good 👍

@complexspaces
Copy link
Collaborator

Am I the only one seeing the "Merge without waiting for requirements to be met" box in GitHub's UI? This looks like a previously unknown side effect of the branch protection experiments in #33. I guess that needs revisited, again.

@cpu
Copy link
Member Author

cpu commented Oct 14, 2023

Am I the only one seeing the "Merge without waiting for requirements to be met" box in GitHub's UI?

I can confirm I'm seeing the same thing.

This looks like a previously unknown side effect of the branch protection experiments in #33. I guess that needs revisited, again.

Ah bummer. I can take a closer look ~Monday. In the mean time I'll just break-glass merge to fix the CI job.

@cpu cpu merged commit 7bb10d1 into rustls:main Oct 14, 2023
13 checks passed
@cpu cpu deleted the cpu-37-fix-msrv-build_dev branch October 14, 2023 13:20
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.

Fix MSRV build err from regex-automata via cargo-ndk.
3 participants