Build host: xahau-build Build date: Mon Aug 18 11:49:52 UTC 2025 Build md5: 7332af721cdc5e1a2d8c05d19dd4c40f xahaud Git remotes: origin https://github.com/Xahau/xahaud (fetch) origin https://github.com/Xahau/xahaud (push) Git status: HEAD detached at pull/569/merge Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: ../Builds/CMake/deps/WasmEdge.cmake modified: ../src/ripple/net/impl/RegisterSSLCerts.cpp modified: ../src/ripple/protocol/impl/BuildInfo.cpp Untracked files: (use "git add ..." to include in what will be committed) ../Builds/CMake/deps/WasmEdge.old ../src/certs/ ../src/ripple/net/impl/RegisterSSLCerts.cpp.old no changes added to commit (use "git add" and/or "git commit -a") Git log [last 20]: commit 93a7f516561bedc4f3fb517df3479a5d39550c99 Merge: 7a79024 df652b4 Author: Niq Dudfield Date: Mon Aug 18 11:37:36 2025 +0000 Merge df652b457b53bfba01b0cbb596b405767e104302 into 7a790246fbb9889a37822e438632550aafca4a91 commit df652b457b53bfba01b0cbb596b405767e104302 Author: Nicholas Dudfield Date: Mon Aug 18 18:37:20 2025 +0700 ci: include stdlib in compiler_id for cache keys - compiler_id now includes stdlib (e.g. clang-14-libstdcxx) - Cache keys are self-documenting without redundant stdlib param - Actions still receive stdlib for Conan/CMake configuration - Added documentation explaining matrix key purposes commit 7a790246fbb9889a37822e438632550aafca4a91 Author: Niq Dudfield Date: Thu Aug 14 14:41:49 2025 +0700 fix: upgrade CI to GCC 13 and fix compilation issues, fixes #557 (#559)