-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Check Drone CI #3890
Comments
@nlohmann is it possible to help with this? |
Yes: find out whether the service at Drone is discontinued, and maybe search if there is an alternative CI provider that offers ARM builds. |
I found something about this in the drone Slack channel:
I asked for an update and will write here when i a reply. For other CI providers: it seems Travis is supporting arm64 (article, doc). |
@nlohmann If travis is active for this project, i could try to add a travis job building for ARM64. |
We got rid of Travis a while ago (#3087) as their open source support of 25000 credits is not sufficient for us. |
OK. I guess the 6k min / month of circleci will not be enough as well... I will take a look at a few more and put my results here |
@nlohmann I found cirrus-ci and did a small test. The test ran on an arm64 node. For open source projects there is no minute limit. I think the only limit is the number of concurrent jobs. If you don't see a problem with this ci and enable it for the repo I can add a config as part of my fix ci PR. |
@barcode Awesome! |
Description
Drone CI jobs do not finish.
Reproduction steps
Check any of the latest PRs.
Expected vs. actual results
Drone CI job completes.
Minimal code example
Error messages
Compiler and operating system
Library version
develop
Validation
develop
branch is used.The text was updated successfully, but these errors were encountered: