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

chore: Fix build on newer versions of rust #959

Merged
merged 35 commits into from
Sep 9, 2023

Conversation

Marwes
Copy link
Member

@Marwes Marwes commented Sep 9, 2023

Pulls in #958 and fixes the bitrot on CI. sccache seems to be bugged (mozilla/sccache#1674) so I removed it, I think the normal rust cache action should be good enough now. Travis and bors aren't used and/or doesn't work anymore so I removed all mentions of them as well.

cc @rowanfr

Upgraded all dependencies using cargo-edit upgrade to solve previous errors in compilation
This commit added should_panic to tests which indicated by their context that they should panic given that they have the panic message in the comments. The only issue is not all of them panic but that should be solved in a separate fork
This changes appveyor configuration to use the nightly rustc compiler in order to use the recent stable-to-stable regression to compile
Temporarily removed stable as a rust option for github actions. This should be reverted when 1.74 is made the rustc stable version and is only due to the ICE error being presently resolved in nightly. This leads to some clear instability with nightly features, but it's currently the only option
Removed the stable requirement from .travis.yml for the rustc compiler
Updated nightly version in .travis.yml and fixed errors in previous commit regarding using solely the nightly version of rustc
Updated sccache install script to use version v0.5.4
Clear tmp file recursively to prevent cargo artifacts from interfering
@Marwes Marwes changed the title CI chore: Fix build on newer versions of rust Sep 9, 2023
@Marwes Marwes merged commit 627c992 into gluon-lang:master Sep 9, 2023
2 checks passed
@Marwes Marwes deleted the remove_travis branch September 9, 2023 16: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.

2 participants