You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Cantera config.log capture to CI for debugging
To diagnose the persistent "Checking for C++ header file cmath... no"
error, we need to see exactly what scons is trying to compile and why
it's failing.
Changes:
1. Search for Cantera's config.log in /private/tmp after build failure
2. Display the full config.log content in CI output
3. Copy config.log to /tmp/cantera-logs/ for artifact upload
4. Include /tmp/cantera-logs/ in the Homebrew logs artifact
The config.log will show:
- The exact test program scons compiled
- The full compiler command line used
- The compiler output (errors, warnings)
- Any environment variables affecting the build
This will reveal why the cmath header check fails despite all our
compiler flags being correctly set.
0 commit comments