Build fails building APPs

This build is still failing

I followed these steps with the following results:

  1. Building the Pie ROM for a3xelte works as @Manoj describes
  2. Change the docker run command to this (to build Nougat ROMS for suzran and surnia devices
docker run \
    -v "/srv/e/src:/srv/src" \
    -v "/srv/e/zips:/srv/zips" \
    -v "/srv/e/logs:/srv/logs" \
    -v "/srv/e/ccache:/srv/ccache" \
    -e "BRANCH_NAME=v1-nougat" \
    -e "DEVICE_LIST=suzuran,surnia" \
    -e "REPO=https://gitlab.e.foundation/e/os/android.git" \
    registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd:community
  1. The suzuran build fails, exactly as described in my other post. The log file is available here
  2. The surnia build is still running, but I fully expect that it will fail too :slightly_frowning_face: [Edit] The surnia build failed too. The log file is here
    So it seems that the current Docker image does not work for building Nougat ROMs. I have asked in another post if anyone else has managed to build Nougat ROMs recently, but there have been no responses either positive or negative).
    Maybe time to raise an issue I think.