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

Remove +nightly from cross CI job and use "rustup default" instead #199

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

notgull
Copy link
Member

@notgull notgull commented Apr 22, 2024

Previously in the "cross" CI job, checks would use "+nightly" to ensure
that the nightly compiler is used. However this adds a lot of noise. In
order to clean up CI this commit replaces "+nightly" with "rustup
default nightly" at the start of the job.

cc #197 (comment)

Previously in the "cross" CI job, checks would use "+nightly" to ensure
that the nightly compiler is used. However this adds a lot of noise. In
order to clean up CI this commit replaces "+nightly" with "rustup
default nightly" at the start of the job.

cc #197 (comment)

Signed-off-by: John Nunley <[email protected]>
@notgull notgull merged commit 0b4afca into master Apr 23, 2024
26 checks passed
@notgull notgull deleted the notgull/ci-nightl branch April 23, 2024 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants