VulkanSDKUpdate #10

Merged
rboullard merged 20 commits from VulkanSDKUpdate into Development 2026-04-15 16:18:14 +00:00
Showing only changes of commit 1d7f247895 - Show all commits

View File

@@ -14,6 +14,12 @@ env:
jobs:
build-base-builder:
runs-on: ubuntu-latest
services:
docker:
image: docker:dind
options: --privileged --shm-size=2g
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
timeout-minutes: 360
steps:
@@ -44,6 +50,12 @@ jobs:
build-cpp-builder:
runs-on: ubuntu-latest
services:
docker:
image: docker:dind
options: --privileged --shm-size=2g
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
timeout-minutes: 360
needs: build-base-builder