Replaced apt packages with LunarG's Vulkan SDK
build-ci-image / image (push) Failing after 2m33s

This commit is contained in:
2026-05-06 01:52:35 +03:00
parent 113e8c71b4
commit 1f029fd69b
2 changed files with 25 additions and 27 deletions
+3 -2
View File
@@ -24,8 +24,7 @@ Included tools:
- Meson
- Ninja
- Python 3 / pip / venv
- Vulkan headers/tools
- Mesa Vulkan drivers
- LunarG Vulkan SDK headers/tools
- `build-essential`
- `pkg-config`
- Git
@@ -34,6 +33,8 @@ Included tools:
```bash
docker build -t evol-testbed:latest .
# Optional: choose a different LunarG Vulkan SDK version
# docker build --build-arg LUNARG_SDK_VERSION=1.4.309.0 -t evol-testbed:latest .
```
Test locally: