mirror of
https://github.com/duckdb/extension-ci-tools.git
synced 2026-07-10 06:18:36 +08:00
main
Use pinned macos 15 in CI
Extension CI Tools for DuckDB
This repository contains reusable components for building, testing and deploying DuckDB extensions.
DuckDB's Extension Template and various DuckDB Extensions based on the template use this repository to deduplicate code for build configuration and easily update the extension repositories when changes occur to DuckDB's build system and/or CI.
Versioning
| Extension-ci-tools Branch | DuckDB target version | Actively maintained? |
|---|---|---|
| main | main | yes |
| v1.5.1 | v1.5.1 | yes |
| v1.5.0 | v1.5.0 | no |
| v1.4.4 | v1.4.4 | yes |
| v1.4.3 | v1.4.3 | no |
| v1.4.2 | v1.4.2 | no |
| v1.4.1 | v1.4.1 | no |
| v1.4.0 | v1.4.0 | no |
| v1.3.2 | v1.3.2 | no |
| v1.3.1 | v1.3.1 | no |
| v1.3.0 | v1.3.0 | no |
| <= v1.2.2 | no |
Each branch in this repository targets a specific version of DuckDB. Note that these branches will be continually updated to ensure the build environment is functional for that version of DuckDB. Also note that at some point, support for versions will be dropped. Currently, we aim to support the latest 2 DuckDB versions, to allow extensions devs to transition to a new DuckDB version.
Description
Languages
Go
32.3%
Makefile
26.6%
CMake
19.4%
Dockerfile
12%
Python
9.7%