-
Notifications
You must be signed in to change notification settings - Fork 184
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
fix: ci release builds #1988
fix: ci release builds #1988
Conversation
@@ -58,7 +58,7 @@ jobs: | |||
env: | |||
# Using self-hosted runners so use local cache for sccache and | |||
# not SCCACHE_GHA_ENABLED. | |||
RUSTC_WRAPPER: "sccache" | |||
# RUSTC_WRAPPER: "sccache" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why remove?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cause the net benefit in this case is 0 and it would take me more time to make it work for windows.
Windows is not set up the same way so it starts complaining. Instead of doing a custom unset for windows or separate job, simply disabling it works as well.
These are jobs that are only rarely run manually and on tagged releases. They run with a different build profile so those caches we have from PRs are worth nothing in this case, might even be net negative where it pushes out some of those deps. By the time we do a follow up release, the deps are incredibly stale and most likely pushed out due to storage limits.
## Description After the initial merge of n0-computer#1987 made some fixes. ## Notes & open questions <!-- Any notes, remarks or open questions you have to make about the PR. --> ## Change checklist - [x] Self-review. - [ ] Documentation updates if relevant. - [ ] Tests if relevant.
## Description After the initial merge of #1987 made some fixes. ## Notes & open questions <!-- Any notes, remarks or open questions you have to make about the PR. --> ## Change checklist - [x] Self-review. - [ ] Documentation updates if relevant. - [ ] Tests if relevant.
Description
After the initial merge of #1987 made some fixes.
Notes & open questions
Change checklist