improving device allocator
Build / build (push) Successful in 1m20s
Test / build_and_test (push) Failing after 6m6s

This commit is contained in:
2026-05-08 16:12:34 +02:00
parent e793cb6c3f
commit 1f23d290cb
6 changed files with 76 additions and 27 deletions
+1 -9
View File
@@ -61,17 +61,9 @@ jobs:
which deqp-runner && deqp-runner --version || echo "deqp-runner not found"
- name: Run Vulkan CTS
run: zig build cts-soft --release=fast -Ddebug-allocator=true -- -j1
run: zig build cts-soft --release=fast -- -j3
continue-on-error: true
- name: Upload CTS runner logs
if: always()
uses: actions/upload-artifact@v4
with:
name: cts-runner-logs
path: |
cts/results.csv
- name: Verify tests
run: ls cts | grep "results.csv";