You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(android-assets): fix PRoot-from-source step working directory
run-docker.sh reads ./scripts/profile-relaxed.apparmor relative to CWD and the
build ran from the workspace root -> "No such file" (run failed in 30s). Run the
step from .termux-packages, and since `docker exec` lands in /home/builder, cd
into the bind-mounted /home/builder/termux-packages before build-package.sh.
Fix the PROOT_DEB export path accordingly (/work/.termux-packages/...).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments