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

Periodically test repository with beta compiler #112

Merged
merged 1 commit into from
Dec 15, 2024

Conversation

jfrimmel
Copy link
Owner

It can happen, that new compiler versions introduce new behavior to the Rust standard library, which might impact this tool (see #111 for an ex- ample of such an issue). Therefore this job builds the code with the current beta compiler to detect potential issues before they reach the stable compiler/standard library. The jobs runs once per week and will create a GitHub issue in case of a failing build.

It can happen, that new compiler versions introduce new behavior to the
Rust standard library, which might impact this tool (see #111 for an ex-
ample of such an issue). Therefore this job builds the code with the
current beta compiler to detect potential issues before they reach the
stable compiler/standard library. The jobs runs once per week and will
create a GitHub issue in case of a failing build.
@jfrimmel jfrimmel merged commit 755fc7a into master Dec 15, 2024
20 checks passed
@jfrimmel jfrimmel deleted the test-with-beta-compiler branch December 15, 2024 17:14
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