Home

Awesome

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 BranchDuckDB target versionActively maintained?
mainmainyes
v1.1.3v1.1.3yes
v1.1.2v1.1.2no
v1.1.1v1.1.1no
v1.1.0v1.1.0no
v1.0.0v1.0.0no
v0.10.3v0.10.3no
v0.10.2v0.10.2no
v0.10.1v0.10.1no
v0.10.0v0.10.0no

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.