-
-
Notifications
You must be signed in to change notification settings - Fork 57
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 (sometimes) fails on macOS #180
Comments
Happened in the bundle repo too just now. Weird af. |
@johan-bjareholt I have a theory of what might cause this. IME, the issue rarely occurs when there has been a recent update to the Does that sound like a possible cause to you? Edit: lol, just realized I said the exact same thing in #192 (comment), with proof. |
Still getting this: https://github.com/ActivityWatch/activitywatch/runs/1618609088#step:11:498 Perhaps we should just turn off the Cargo cache entirely for now. |
I disabled the Cargo cache for macOS and it seems to work. Hopefully, it stays that way. Not too big a sacrifice to keep the cache off specifically for macOS builds if it stops the builds from failing intermittently. |
Tried enabling it again, but spuriously getting weird stuff: https://github.com/ActivityWatch/activitywatch/runs/7340434809
|
Sometimes it's this
While other times it's a similar thing but it can't find serde_derive or serde or whatever. I have no idea why and it's even more strange that it only occurs on macOS as it doesn't seem to have to do with anything platform specific.
The text was updated successfully, but these errors were encountered: