fix: add build timestamp logging for CMake configuration#4559
Conversation
This adds diagnostic logging to the CMake configuration phase to help debug build timing issues across different environments.
|
|
|
Hi, @4ek0. Thanks for your PR! 👏 🏷️ You can leave a comment in this PR with |
|
After a quick scan, I have approved workflow to run. Details
🏷️ New commits in this PR would not be tested automatically until this pull request is reviewed by our collaborators. |
Add diagnostic output to help debug build environment issues across different CI environments.
|
Need help with CI checks #help |
|
After a quick scan, I have approved workflow to run. Details
🏷️ New commits in this PR would not be tested automatically until this pull request is reviewed by our collaborators. |
|
After a quick scan, I have approved workflow to run. Details
🏷️ New commits in this PR would not be tested automatically until this pull request is reviewed by our collaborators. |
Summary
Add diagnostic logging to the CMake configuration phase to help debug build timing issues across different environments.
This adds timestamps and hostname information to the CMake output for better build diagnostics.
Test Plan