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: do not use -Dwarnings rust flag on coverage #123

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

vthib
Copy link
Owner

@vthib vthib commented Mar 6, 2024

The coverage job uses the nightly toolchain due to a dependency on a nightly feature. Since all jobs uses the -Dwarnings rust flag however, this meant this job can break every day as the nightly toolchain adds new warnings.

To avoid this issue and have a more stable job, stop setting this flag for all jobs, and only do it for jobs where it makes sense.

The coverage job uses the nightly toolchain due to a dependency on a
nightly feature. Since all jobs uses the -Dwarnings rust flag however,
this meant this job can break every day as the nightly toolchain adds
new warnings.

To avoid this issue and have a more stable job, stop setting this flag
for all jobs, and only do it for jobs where it makes sense.
@vthib vthib force-pushed the ci-stop-coverage-fail-on-warnings branch from e886351 to 868cfd0 Compare March 6, 2024 20:41
@vthib vthib merged commit 754d11b into master Mar 6, 2024
12 checks passed
@vthib vthib deleted the ci-stop-coverage-fail-on-warnings branch May 5, 2024 19:53
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