Skip to content

Use Rust 1.49 in CI #3574

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

CohenArthur
Copy link
Member

Fixes #3569

Fixes gccrs#3569

ChangeLog:

	* .github/workflows/ccpp.yml: Switch to Rust 1.49.
	* .github/workflows/ccpp32alpine.yml: Likewise.
@CohenArthur CohenArthur added this to the Downgrade to Rust 1.49 milestone Mar 26, 2025
@tschwinge
Copy link
Member

Does this switch all or just a few pipelines to 1.49? I guess we'll want to mix of "old" (minimum; 1.49), "common" (whatever different distributions ship), and "latest"?

@CohenArthur
Copy link
Member Author

@tschwinge I think we should stick with 1.49 in the goal of compiling it with gccrs as early as possible. I'm also happy doing it with multiple toolchains to ensure we don't rely on behavior that's removed in later Rust versions, maybe in a later PR? Also maybe something we could do daily like the bootstrap build?

@CohenArthur
Copy link
Member Author

(so at the moment all pipelines are switched to 1.49)

@CohenArthur CohenArthur removed this from the Downgrade to Rust 1.49 milestone Mar 31, 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.

Use Rust 1.49 in CI
2 participants