Skip to content

Remove crystax docker and optimize Dockerfile#1471

Merged
KeyWeeUsr merged 2 commits intomasterfrom
remove_crystax_docker
Nov 19, 2018
Merged

Remove crystax docker and optimize Dockerfile#1471
KeyWeeUsr merged 2 commits intomasterfrom
remove_crystax_docker

Conversation

@KeyWeeUsr
Copy link
Contributor

@KeyWeeUsr KeyWeeUsr commented Nov 18, 2018

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.

@KeyWeeUsr KeyWeeUsr force-pushed the remove_crystax_docker branch from 58f37e2 to 202ff8a Compare November 18, 2018 22:13
@KeyWeeUsr KeyWeeUsr changed the title Remove crystax docker and optimize Dockerfile [WIP] Remove crystax docker and optimize Dockerfile Nov 18, 2018
@KeyWeeUsr KeyWeeUsr changed the title [WIP] Remove crystax docker and optimize Dockerfile Remove crystax docker and optimize Dockerfile Nov 18, 2018
@KeyWeeUsr KeyWeeUsr force-pushed the remove_crystax_docker branch 2 times, most recently from d03070e to d0cd82c Compare November 18, 2018 23:13
Copy link
Member

@AndreMiras AndreMiras left a 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/ 🙏

AndreMiras
AndreMiras previously approved these changes Nov 19, 2018
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.
Copy link
Member

@AndreMiras AndreMiras left a 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 🙏

@KeyWeeUsr KeyWeeUsr merged commit ad9a6d0 into master Nov 19, 2018
@AndreMiras AndreMiras deleted the remove_crystax_docker branch November 19, 2018 21:59
AndreMiras added a commit to AndreMiras/python-for-android that referenced this pull request Dec 10, 2018
`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.
AndreMiras added a commit to AndreMiras/python-for-android that referenced this pull request Dec 10, 2018
`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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants