[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
2 files changed
tree: 9ff6a4af4dd6572e0ec4e64cf7039c691d6bc6f2
  1. .github/
  2. .asf.yaml
  3. .gitignore
  4. .gitmodules
  5. CODE_OF_CONDUCT.md
  6. LICENSE.txt
  7. README.md
README.md

Apache Doris Thirdparty Libs

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.

Current Libs

Lib NameBranchDescriptionBase versionSource URLLatest TagCHANGELOG
libhdfs3libhdfs3designed 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.MasterHAWQ_dependslibhdfs3-v2.3.5CHANGELOG
bdbjebdbjeBerkley Database Java Edition - build and runtime support.18.3.12bdbje Maven srcbdbje-18.3.14-doris-snapshotCHANGELOG
datatablesdatatables1.12.11.12.1CHANGELOG
clucenecluceneCLucene 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.1cluence2.4.4CHANGELOG