-
Notifications
You must be signed in to change notification settings - Fork 91
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
add Android docker images #107
Conversation
@SSE4 Great job! Don't forget:
|
@SSE4 Awesome, thank you! |
okay, I've managed to solve OpenSSL build error. it used to default to API 24, so it needs to be passed
|
@SSE4 How do you think in future make sense to move |
@CAMOBAP795 for CMake I believe toolchain file sets everything needed |
@SSE4 make sense. From other side according to |
it should be, but OpenSSL tries to be smart, so it provides disservice and defines |
@lasote conan_server image fails https://travis-ci.org/conan-io/conan-docker-tools/jobs/500249541:
that doesn't seem to be related |
Ops! Some packages need to be built, but there is no compiler installed:
|
@uilianries what should we do? add GCC to |
@SSE4 that's weird, because it was not required on the last version. Since we need to build all those packages, we could add gcc, build, install and remove gcc, since we want a lightweight image. |
@CAMOBAP795 FYI I gonna remove |
EDIT: Upon further investigation, this appears to be an issue with Android's CMake toolchain file. For further reference, see android/ndk#929. |
I gonna remove
|
Signed-off-by: SSE4 <tomskside@gmail.com>
Signed-off-by: SSE4 <tomskside@gmail.com>
updated to r19c |
it doesn't build, because 3 images (x86, armv7 , armv8) depend on base one (x86_64), which is not exported into docker hub yet. I still think it's safe to merge. |
closes: #104
architectures:
tested with:
FYI there is a small CMake wrapper script to workaround some conan issues:
/cc @CAMOBAP795 @madebr @theodelrieu @uilianries