Build-lineageos-sargo icon indicating copy to clipboard operation
Build-lineageos-sargo copied to clipboard

cannot build the easy way

Open rkunschke opened this issue 5 years ago • 4 comments

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.

rkunschke avatar Apr 17 '20 09:04 rkunschke

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

SolidEva avatar Apr 21 '20 00:04 SolidEva

@rkunschke let me know if that fix works for you

SolidEva avatar Apr 21 '20 01:04 SolidEva

The build fails. The log looks like that in the end. log.log

rkunschke avatar May 20 '20 16:05 rkunschke

@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.

SolidEva avatar May 22 '20 23:05 SolidEva