ci: symlink /work -> GITHUB_WORKSPACE for ks %post SRC probe
Some checks failed
Build veilor-os ISO / Build live ISO (push) Failing after 18m22s
Lint / Kickstart syntax (push) Failing after 2s
Lint / Shell scripts (push) Failing after 6s
Lint / No personal/onyx leaks (push) Failing after 3s

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
claude-veilor-bot 2026-05-06 14:58:24 +01:00
parent a4895d7b07
commit a215df5952

View file

@ -100,6 +100,12 @@ jobs:
ksvalidator kickstart/veilor-os-ci.ks ksvalidator kickstart/veilor-os-ci.ks
mkdir -p build/out mkdir -p build/out
# The kickstart's %post --nochroot probes a fixed list of
# candidate paths to locate the repo source for overlay/scripts
# copy. /work is the canonical CI candidate; symlink the live
# workspace there so the existing probe finds it.
ln -sfn "$GITHUB_WORKSPACE" /work
mkdir -p /var/lmc /var/lmc-cache mkdir -p /var/lmc /var/lmc-cache
livecd-creator \ livecd-creator \
--verbose \ --verbose \