Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content

Android Q build failing for community docker image

Summary

Build is failing for the community docker image with Android Q

The problem

Steps to reproduce

sudo docker pull registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd:community
sudo docker run \
-v "e/src:/srv/src" \
-v "e/zips:/srv/zips" \
-v "e/logs:/srv/logs" \
-v "e/ccache:/srv/ccache" \
-e "BRANCH_NAME=v1-q" \
-e "DEVICE_LIST=oneplus3" \
-e "REPO=https://gitlab.e.foundation/e/os/releases.git" \
-e "CCACHE_SIZE=30G" \
-e "ANDROID_JACK_VM_ARGS=-Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx10G" \
registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd:community

What is the current behavior?

Build failed after a successful sync

What is the expected correct behavior?

Build succeed.

Technical informations

Solutions