-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Remove crystax docker and optimize Dockerfile #1471
Conversation
58f37e2
to
202ff8a
Compare
d03070e
to
d0cd82c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So long CrystaX 👋 !
Looking good overall. I just asked a question regarding the environment.
Also I would love if we could s/apt-get/apt/
🙏
Prioritize SDK and NDK downloads before everything because once downloaded we don't care about redownloading unless the version is changed and layer cache works this way more efficiently. Redirect Licenses to /dev/null, move more important layers up. Move '&&' operators to the front - Docker sometimes, (personally I've encountered it only with apt and old coreutils), is very critical of the amount of spaces *after* the operator but does not care what's in front of it that much.
d0cd82c
to
df60061
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, please make sure the build is green before merging 🙏
`python3crystax` support was removed from the CI in kivy#1471. Conditional builds now relies on `python3` with fallback to `python2`. Adds `python3` support to `jedi` recipe to demonstrate.
`python3crystax` support was removed from the CI in kivy#1471. Conditional builds now relies on `python3` with fallback to `python2`. Adds `python3` support to `jedi` recipe to demonstrate.
Prioritize SDK and NDK downloads before everything because once downloaded we don't care about redownloading unless the version is changed and layer cache works this way more efficiently. Redirect Licenses to
/dev/null
, move more important layers up. Move&&
operators to the front - Docker sometimes, (personally I've encountered it only withapt
and oldcoreutils
), is very critical of the amount of spaces after the operator but does not care what's in front of it that much.