Building v0.18.1-r in community docker-image: Cannot checkout e/os/android_packages_apps_SetupWizard
- /e/ version: v0.18.1-r
- Device model(s): xz2c
Summary
Repo Sync throws error for SetupWizard when compiling v0.18.1-r.
Possibly related to e/os/releases@fdf16dc9.
Thank you for having a look at this issue.
The problem
Steps to reproduce
docker pull registry.gitlab.e.foundation/e/os/docker-lineage-cicd:community
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 "CCACHE_SIZE=150" \
-e "BRANCH_NAME=v0.18.1-r" \
-e "DEVICE_LIST=xz2c" \
-e "REPO=https://gitlab.e.foundation/e/os/releases.git" \
registry.gitlab.e.foundation/e/os/docker-lineage-cicd:community
What is the current behavior?
During Reposync the following error appears in the logfile "repo-20210923.log":
error.GitError: Cannot checkout e/os/android_packages_apps_SetupWizard: e/os/android_packages_apps_SetupWizard rev-list ('^411de7da26883d2b7cecb2960119f5c2c68367a5', 'HEAD', '--'): fatal: bad object HEAD
error: Cannot checkout e/os/android_packages_apps_SetupWizard
error: Unable to fully sync the tree.
What is the expected correct behavior?
There should not be any error messages in the logfile.
Edited by Markus