You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.
I would like to dockerize the build. It will work as follows:
there will be a top level Dockerfile that will create a minimal Debian stable container
the user will be instructed to create the container and then run it
the container shall be minimal
the download step shall also download a specific version of the NDK
all the other steps will be equal except that we will know the location of the NDK given that we download it
of course all build commands will be run in the container, however the smoke testing will need to be run outside it
I think this provides these advantages: (1) we pin to a specific build environment and version of the NDK; (2) we can run the same build regardless of the OS that we use; (3) the build machine may be beefier than my old laptop and hence most likely faster.
The text was updated successfully, but these errors were encountered:
I would like to dockerize the build. It will work as follows:
there will be a top level Dockerfile that will create a minimal Debian stable container
the user will be instructed to create the container and then run it
the container shall be minimal
the download step shall also download a specific version of the NDK
all the other steps will be equal except that we will know the location of the NDK given that we download it
of course all build commands will be run in the container, however the smoke testing will need to be run outside it
I think this provides these advantages: (1) we pin to a specific build environment and version of the NDK; (2) we can run the same build regardless of the OS that we use; (3) the build machine may be beefier than my old laptop and hence most likely faster.
The text was updated successfully, but these errors were encountered: