Skip to content

Use clang-debug preset for test workflow#536

Draft
mbrobbel wants to merge 2 commits intosirius-db:devfrom
mbrobbel:test-debug
Draft

Use clang-debug preset for test workflow#536
mbrobbel wants to merge 2 commits intosirius-db:devfrom
mbrobbel:test-debug

Conversation

@mbrobbel
Copy link
Copy Markdown
Member

@mbrobbel mbrobbel commented Apr 1, 2026

Closes #488.

Summary

  • Switch test workflow from release to clang-debug build preset
  • Remove TPC-H performance snapshot step (not needed for debug CI)
  • GCC debug is excluded due to a known GCC 14 + CCCL constexpr bug at -O0, matching the check workflow's matrix

Test plan

  • CI builds successfully with clang-debug preset
  • Unit tests pass on T4 GPU runner

🤖 Created by Claude

Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com

@mbrobbel
Copy link
Copy Markdown
Member Author

mbrobbel commented Apr 1, 2026

@wmalpica the tests now run much slower; I guess we should first try to reduce test times for these builds before we do this. What do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Switch CI build to run in debug mode

1 participant