-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
Dockcross for armv6 slow #1914
Comments
How long does that mean? We do that in the CI from time to time, I would not expect the whole build to take more than an hour. Also in the CI we cache the dependencies. You could do that: build them only once with dockcross, and then point to them. If you always rebuild everything that's not very practical 😇. |
Before it was done in 5 minutes and now it takes 15 minutes to complete. I can live with that but I was just surprised it was taking so much more by adding a new library. Of course at the end of the day I will not rebuild from zero (or just use the one build for releases) |
Yes, it's just that before that we were not building OpenSSL out of the mavsdk_server build. I thought we needed it for curl, but maybe we don't anymore, and we could move it back. Something to check. |
Ok got it. Does it make sense to propose a modification for that to see if it pass all the CI tests ? |
Yes, I'd say just move |
Fixed in #1926 |
Hello,
I would like to build a debian package for Raspberry Pi (armv6). It works fine with v1.4.3 but in main it takes ages to install OpenSSL after downloading it:
And then it takes also a lot of time to do all the install part. Found that it starts from the merge #1784. Not sure if it is relevant to highlight this point but as I was testing this part...
The script I use to test it taken from the CI:
The text was updated successfully, but these errors were encountered: