Commit Graph

7 Commits

Author SHA1 Message Date
305e6ab925 [chore](workflow) rename Clucene UT (#191)
Co-authored-by: stephen <hello-stephen@qq.com>
2024-02-04 10:33:35 +08:00
3d0f423728 [test](clucene) Create clucene-ut.yml (#179) 2024-01-30 11:56:02 +08:00
2424971c3a [fix](build)update available boost download url (#171)
boost jfrog download url is down.
Same issue: https://github.com/boostorg/boost/issues/842

So we change the download url to boost io temporarylly.
2024-01-08 18:54:05 +08:00
031f8f7721 [chore] Porting to GCC 12.2 (#53)
Currently, some errors occur when building clucene by GCC-12.2. This PR fixes these errors.
2023-04-11 16:22:38 +08:00
fc06111229 [chore] Porting to Clang-16 (#49)
Currently, some errors occur when building clucene by Clang-16. This PR fixes these errors.
2023-03-29 10:36:12 +08:00
37b0491072 [chore] Assign names to the build jobs (#46)
We should mark the build workflow required. Therefore, we should assign names to the build jobs in order to set up the .asf.yml.
2023-03-21 18:19:05 +08:00
18062b2aa1 [chore] Remove deprecated templates (#42)
Changes:
1. std::binary_function was marked deprecated in C++ 11 and we should remove it.
2. Add a workflow to validate the build on multiple platforms.
2023-03-21 00:27:23 +08:00