Today I got started with some other builds, using the /e Docker build system, which went fine.
But this one fails…
docker run \
-v “/home/make/e/src:/srv/src” \
-v “/home/make/e/zips:/srv/zips” \
-v “/home/make/e/logs:/srv/logs” \
-v “/home/make/e/ccache:/srv/ccache” \
-v “/home/make/e/keys:/srv/keys” \
-e “RELEASE_TYPE=UNOFFICIAL” \
-e “BRANCH_NAME=v1.16-r” \
-e “DEVICE_LIST=jfvelte” \
-e “REPO=https://gitlab.e.foundation/e/os/releases.git” \
-e “ANDROID_JACK_VM_ARGS=\
-Dfile.encoding=UTF-8 \
-XX:+TieredCompilation \
-Xmx12G” \
registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd:community
There are builds online:
https://images.ecloud.global/dev/jfvelte/
e.g. [e-1.16-r-20231020343335-dev-jfvelte.zip]
But I’m getting this:
20:31:12 dumpvars failed with: exit status 1
** Don’t have a product spec for: ‘lineage_jfvelte’
** Do you have the right repo manifest?No such item in brunch menu. Try ‘breakfast’
[Tue Oct 31 20:31:12 UTC 2023] Failed build for jfvelte
[Tue Oct 31 20:31:12 UTC 2023] Finishing build for jfvelte
[Tue Oct 31 20:31:12 UTC 2023] Cleaning source dir for device jfvelte
20:31:12 Entire build directory removed.
Anyone able to point me in the right direction, please?
Edit:
Just checked : https://gitlab.e.foundation/e/os/releases/-/blob/v1-r/.gitlab-ci.yml?ref_type=heads
trigger-build-r-dev:
extends: .trigger-build-dev
variables:
DEVICES: “a5y17lte a7y17lte addison ahannah albus bardock bardockpro cedric chiron d800 d801 d802 d803 d850 d851 d852 d855 dream2lte dreamlte ether f400 foster foster_tab FP2 ginkgo h830 h850 h910 h918 h990 hannah hlte hltechn hltekor hltetmo jactivelte jasmine_sprout jason jflteatt jfltespr jfltevzw jfltexx
jfvelte
klte klteactivexx klteaio kltechn kltechnduo klteduos kltedv kltekdi kltekor kuntao lavender lithium ls990 ls997 m20lte marlin montana obiwan oneplus3 platina porg porg_tab rhannah rs988 s3ve3gds s3ve3gjv s3ve3gxx sailfish scorpio shamu sirius star2lte starlte suzuran twolip us996 victara vs985 vs995 wayne whyred X00P X01AD X01BD x2 x86 YTX703F YTX703L z3 z3c zl1”
BUILD_BRANCH: “v1-r”