-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Issue
The RelWithDebInfo build configuration is failing in the performance benchmarks CI workflow. This configuration was temporarily disabled in PR #89 to allow critical fixes to be merged.
Error Details
- Workflow: Performance Regression Testing
- Build Type: RelWithDebInfo
- Compilers Affected: gcc-11, clang-18
- Error: Build failures during compilation with debug symbols and optimizations
Investigation Needed
- Determine why RelWithDebInfo builds fail while Release builds succeed
- Check if debug symbol generation is causing memory or timeout issues
- Verify CMake flags compatibility for mixed optimization/debug builds
- Test locally with the same configuration
Temporary Solution
The performance workflow matrix was reduced to only test Release builds. This allows the CI to pass while we investigate the root cause.
Action Items
- Reproduce the RelWithDebInfo build failure locally
- Fix the build configuration issues
- Re-enable RelWithDebInfo in the performance workflow matrix
- Ensure all build types pass CI consistently
Related to PR #89
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working