pmacs/.github/workflows
Levi Neuwirth 6d0cdfe0f5 ci: fix lavapipe adapter discovery in the GPU Render job (F-014)
The first run showed lavapipe installed and visible to vulkaninfo
(DRIVER_ID_MESA_LLVMPIPE), but the render tests still found no wgpu
adapter and — correctly — hard-failed under PMACS_REQUIRE_GPU. Cause:
VK_ICD_FILENAMES pinned an ICD path that doesn't match the runner, which
overrides the loader's default discovery and hides every ICD. Drop it and
rely on default discovery (which vulkaninfo uses); also `ls` the icd.d
dir for future debugging.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014TXbAwk27agwhrNNrhLi2U
2026-07-03 12:55:29 -04:00
..
ci.yml ci: fix lavapipe adapter discovery in the GPU Render job (F-014) 2026-07-03 12:55:29 -04:00