Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| cf1a8cf5 | 2025-08-26 01:10:14 | Do not remove opensslconf.h for android | ||
| 090f7892 | 2025-04-13 01:09:48 | scripts/test: use lib64 for loongarch64 | ||
| a71747c2 | 2025-04-12 23:41:15 | scripts/test: revert to using g++-14 It seems `g++-loongarch64-linux-gnu` does not exist in the Ubuntu universe repositories. It also fails using the ubuntu Docker image locally (with the universe repo added). `g++-14-loongarch-linux-gnu` exists on both Ubuntu 22.04 and 24.04, however ideally we want to use whatever works on the most platforms. | ||
| f4cc3446 | 2025-04-12 23:12:57 | scripts/test: change from g++-14 to g++ | ||
| 24a8faec | 2025-04-12 22:27:01 | ci: test on loongarch64 | ||
| 12031e4e | 2024-12-18 09:38:35 | Move ARCH check | ||
| 9ed5c54f | 2024-12-18 09:24:28 | update style | ||
| 3e6153a5 | 2024-12-17 18:31:06 | unset CC only for mingw and arm32 Since `scripts/test` always unset "CC", the github action for "clang" in Linux does not use clang unintentionally. This patch unset CC only for mingw{32,64} and arm32. | ||
| d88107b3 | 2024-04-08 20:10:31 | read VERSION after it is generated by update script | ||
| 9091d555 | 2024-04-08 20:05:29 | use a specific version number in test scripts This avoids issue reported in #1041 with file glob confusing cd. Also remove extra newline from VERSION when update.sh runs. |