Build host: xahau-build Build date: Wed Aug 20 01:36:44 UTC 2025 Build md5: 0db0c0afb09653df3af07e235cb2a9d1 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 c8cc4926c2b2a927bcf6bf80e2414f336eea21af Merge: 7a79024 ecf0d68 Author: Niq Dudfield Date: Wed Aug 20 01:23:12 2025 +0000 Merge ecf0d68a64a05edf4abad79fb721bdcda1486863 into 7a790246fbb9889a37822e438632550aafca4a91 commit ecf0d68a64a05edf4abad79fb721bdcda1486863 Author: Nicholas Dudfield Date: Wed Aug 20 08:22:47 2025 +0700 fix: remove clang-14-gcc13 config - confirmed incompatible - Testing confirmed Clang 14 cannot compile GCC 13 headers - consteval usage in causes compilation failure - GCC 11 workaround is necessary for Clang 14 - Back to 6 working configurations 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)