-
Notifications
You must be signed in to change notification settings - Fork 40
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
Random package install failures in MacOS CI actions #400
Comments
Maybe you are enabling the dune cache? The current dune 2 is buggy with the dune cache, which is completely fixed in the upcoming dune 3, and that's why we don't enable the dune cache by default at the moment. |
Thanks, I will take a look at that and report back! |
Resolved with ocaml/opam-repository#20758. |
I'm not sure this issue is actually resolved. When using macOS actions, I still get similar problems unless I set (Edit: just to be clear, when I use Edit 2: Setting |
So I know this won't be a very useful issue description, but on multiple actions across multiple repositories, I will randomly get failures on the MacOS.
For example, I will have a step in the action like this...
And there will often be a random package install failure e.g.,
Generally it will be a different package that will fail to install each time the action is run. Often, if I rerun the action once or twice it will clear up any problems.
I'm having trouble reproducing this issue as the same action will be totally fine for many commits/runs and then it will randomly fail a couple of times, then be totally fine for the next few runs.
I'm wondering if anyone else has run into this and if so, is there a way to fix it other than just re-running failed actions?
The text was updated successfully, but these errors were encountered: