Linux PPL Container Build Skill
Use this skill when the request asks to build a PPL through Linux Docker/container parity or to diagnose Linux container PPL build failures.
Inputs expected
- •Target repository path and branch/SHA context.
- •Build intent and target bitness (
64or32). - •Target output filename (for example
lv_icon_x64.lvlibporlv_icon_x86.lvlibp). - •Linux container image/tag used by parity pipeline.
Guardrails
- •Verify repo contains
.lvversionand expected project/build spec metadata. - •Verify the Linux container parity build lane is enabled for the run/profile.
- •Run only the Linux container PPL path when requested; do not substitute host builds.
- •Capture and surface container logs and status files when build fails.
Success criteria
- •PPL artifact generated for requested bitness and named per pipeline convention.
- •Artifact is published to the workflow artifacts set.
- •Build logs are available for diagnostics.
- •No hidden fallbacks to non-container execution paths.
Suggested operator checklist
- •Confirm image pull succeeded.
- •Confirm parity script step executed in container context.
- •Confirm output artifact path exists before upload.
- •Confirm final artifact is present in run artifacts.