Closed jlsantiago0 closed 1 year ago
BTW. I found the test scripts useful to build non-trivial packages using the toolchain, some of which use artifacts from from the other test builds. For instance the Build of OpenSSL-3.x which is then used to build WGet and CURL.
If you would be willing to accept something in your master branch, perhaps i could extend the scripts to test Clang toolchains and the libstdc++ and libc++ runtimes and the newer architectures.
If this is something that would be useful, let me know and I can try and make some time to improve them and make a PR for master.
An external test or build script repo for common libraries (curl, sdl2, openssl, libressl, zlib, ...) could be a useful addition. However, I don't think these should be directly in the master branch.
Btw CDEBUG=1
should be OCDEBUG=1
.
An external test or build script repo for common libraries (curl, sdl2, openssl, libressl, zlib, ...) could be a useful addition. However, I don't think these should be directly in the master branch.
Btw
CDEBUG=1
should beOCDEBUG=1
.
OK. I changed CDEBUG=1
to OCDEBUG=1
.
I will consider making an external repo for these tests when i find some time. Thank you for considering my PR.
Document changes now that this has been merged to the author's repo. Also document that this works with GCC-10.5.0.