Build host: xahau-build Build date: Mon Aug 18 11:34:36 UTC 2025 Build md5: aa71f0b51c16b5ce9c27ebd3c2b6d5f6 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 23fec6362678f48c30a66e072d8b125e261c86e9 Merge: 7a79024 0651332 Author: Niq Dudfield Date: Mon Aug 18 11:21:54 2025 +0000 Merge 0651332bb3b9c11de2396c652bac440e3213f0ed into 7a790246fbb9889a37822e438632550aafca4a91 commit 0651332bb3b9c11de2396c652bac440e3213f0ed Author: Nicholas Dudfield Date: Mon Aug 18 18:21:42 2025 +0700 refactor: use clear stdlib naming instead of force_libstdcpp - Rename force_libstdcpp to stdlib with values libstdcxx/libcxx - Make stdlib a required enum field with validation - Update cache keys to be self-documenting (e.g. clang-14-libstdcxx) - Cleaner, more intuitive configuration flow 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)