Sander Mathijs van Veen 5cad6aa988 Merge pull request #390 from smvv/macos-15
Use pinned macos 15 in CI
2026-07-06 15:10:12 +02:00
2026-07-06 14:09:14 +02:00
2026-03-11 15:43:54 +01:00
2026-03-24 17:34:49 +01:00

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.

S
Description
No description provided
Readme 1.1 MiB
Languages
Go 32.3%
Makefile 26.6%
CMake 19.4%
Dockerfile 12%
Python 9.7%