-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Debug macOS CI problems #6202
Debug macOS CI problems #6202
Conversation
I wonder if this has to do with |
Locally that just resulted in test failures, I would not expect that to affect building r-a itself |
CI updates to 1.47, but those errors are really weird:
|
But mac CI is using 1.46: https://github.com/rust-analyzer/rust-analyzer/runs/1242732678#step:4:21. Filed #6206 to not be surprised by this. |
Ah, no, CI updates 1.46 to 1.47... |
Yep. The GitHub Actions image has 1.46, but the |
Turns out this is a bug in BSD tar, which is what macOS uses: rust-lang/cargo#8603 Apart from disabling caching, there doesn't seem to be any way to fix this on our end. |
Actually we can just use GNU tar instead... |
#6208 should fix this |
No description provided.