[fix] prevent macos-13 runner starvation from blocking docker image update (#395) macos-13 (Intel Mac) GitHub Actions runners have become increasingly scarce and regularly queue for 24h before timing out. This caused the entire build matrix to fail, blocking update-docker and leaving the release status stuck at BUILDING indefinitely. - Remove macOS-x86_64 (macos-13) from the build matrix: Intel Mac is being phased out and no downstream consumer (Docker image, Linux workflow) needs darwin-x86_64 artifacts; Apple Silicon covers all active Mac use cases - Add fail-fast: false so a future matrix failure does not cancel remaining in-progress builds - Fix failure job condition to always() && failure() so it fires even when update-docker is skipped rather than failed, preventing status from being stuck at BUILDING
This repository is used to manage third-party libraries used in Apache Doris. Some libraries have not been maintained for a long time, so fork into this repository for bug fixes and feature development. Each third-party library is in a separate branch.
| Lib Name | Branch | Description | Base version | Source URL | Latest Tag | CHANGELOG |
|---|---|---|---|---|---|---|
| libhdfs3 | libhdfs3 | designed as an alternative implementation of libhdfs, is implemented based on native Hadoop RPC protocol and HDFS data transfer protocol. It gets rid of the drawbacks of JNI, and it has a lightweight, small memory footprint code base. In addition, it is easy to use and deploy. | Master | HAWQ_depends | libhdfs3-v2.3.5 | CHANGELOG |
| bdbje | bdbje | Berkley Database Java Edition - build and runtime support. | 18.3.12 | bdbje Maven src | bdbje-18.3.14-doris-snapshot | CHANGELOG |
| datatables | datatables | 1.12.1 | 1.12.1 | CHANGELOG | ||
| clucene | clucene | CLucene is a C++ port of Lucene. It is a high-performance, full-featured text search engine written in C++. CLucene is faster than lucene as it is written in C++. | 2.4.1 | cluence | 2.4.4 | CHANGELOG |