-
-
Notifications
You must be signed in to change notification settings - Fork 66
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 failing on Windows all of a sudden #281
Comments
With the pye57 library we have pinned the windows runner to windows-2019 for now and it is working with miniconda |
Hello, Is this because of the switch from setup-miniconda@v2 to setup-miniconda@v3 ? Ahh I see you updated actions to try to fix the issue but your actions are still working for me in pye57 with an old version of libe57format with setup-miniconda@v2... |
It occurs to me that builds are still working on Cloud Compare (albeit with an older version of this library) - I wonder whether there are good ideas to be found in their setup ... |
I confirm it was even working with the latest version very recently. You can refer to any recent commit before eca5a4389e611316ec9a80917ff1fd46ea7f10b8. I believe @rjanvier recently worked on updating the CI to make everything work. To give some more context, we've just reverted to an older version of the lib after some users reported having issues opening E57 files generated with the latest version of libE57Format with SW packages such as RealityCapture, FARO Scene and Solid Works Xtract. We are still investigating this particular issue on our side before opening an issue on this repo. |
I have no idea why the CI is failing to find Xerces on Windows all of a sudden without any changes in the repo. Could be the CI runner, miniconda, CMake, or something else entirely.
I spent a bunch of time in this branch trying to figure it out (also switched to
micromamba
which seems like a good move) and I'm giving up.I updated all the actions to get rid of some warnings and I'm going to leave it there.
If you care about the Windows CI builds, feel free to take a look and submit a PR.
The text was updated successfully, but these errors were encountered: