We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi while running
sudo ./build.sh
got below error Set cache size limit to 60.0 GB
[Sat Sep 23 14:05:29 UTC 2023] Building branch lineage-20 is not (yet) suppported
my raphael.xml looks like this
<?xml version="1.0" encoding="UTF-8"?> <manifest> <!-- Device Specific Repos --> <project path="device/xiaomi/raphael" name="penglezos/device_xiaomi_raphael" remote="github" revision="lineage-20" /> <project path="vendor/xiaomi/raphael" name="penglezos/vendor_xiaomi_raphael" remote="github" revision="lineage-20" /> <project path="kernel/xiaomi/raphael" name="penglezos/kernel_xiaomi_raphael" remote="github" revision="lineage-20" /> <project path="hardware/xiaomi" name="LineageOS/android_hardware_xiaomi" remote="github" revision="lineage-20" /> </manifest>
and i have modify build script
GNU nano 6.2 build.sh #!/bin/bash mkdir -p volume/lineage mkdir -p volume/zips mkdir -p volume/logs mkdir -p volume/cache mkdir -p volume/keys mkdir -p volume/manifests docker run \ -e "BRANCH_NAME=lineage-20" \ -e "DEVICE_LIST=raphael" \ -e "SIGN_BUILDS=true" \ -e "INCLUDE_PROPRIETARY=false" \ -e "CCACHE_SIZE=60G" \ -e "WITH_SU=true" \ -e "RELEASE_TYPE=UNOFFICIAL" \ -v "./volume/lineage:/srv/src" \ -v "./volume/zips:/srv/zips" \ -v "./volume/logs:/srv/logs" \ -v "./volume/cache:/srv/ccache" \ -v "./volume/keys:/srv/keys" \ -v "./volume/manifests:/srv/local_manifests" \ lineageos4microg/docker-lineage-cicd
changed branch name to
-e "BRANCH_NAME=lineage-20"
The text was updated successfully, but these errors were encountered:
Sorry, I dont use the phone anymore.
Sorry, something went wrong.
No branches or pull requests
hi while running
got below error
Set cache size limit to 60.0 GB
my raphael.xml looks like this
and i have modify build script
changed branch name to
The text was updated successfully, but these errors were encountered: