cannot build the easy way
I followed the steps and at this point i got an error:
docker build --tag solidhal/docker-lineage-cicd .
Cloning into 'OpenDelta'... fatal: could not read Username for 'https://github.com': No such device or address.
Looks like you might have misconfigured your gitconfig, see https://github.com/github/hub/issues/1644
EDIT: nevermind, just hit the same issue. looking into it
edit: seems https://github.com/omnirom/android_packages_apps_OpenDelta is no longer a thing... I'm updating the docker file to remove support for opendelta, will push when testing is complete
@rkunschke let me know if that fix works for you
The build fails. The log looks like that in the end. log.log
@rkunschke that failure looks like you ran out of memory. How much ram and swap do you have?
free -h
will tell you If you are running other programs while you build, you can run out really fast.
I would also suggest clearing out the src/LINEAGE directory to ensure nothing strange is left in your build directory.