Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duckdb/extension-ci-tools
Repository containing reusable workflows / actions for building DuckDB extensions
https://github.com/duckdb/extension-ci-tools
Last synced: about 2 months ago
JSON representation
Repository containing reusable workflows / actions for building DuckDB extensions
- Host: GitHub
- URL: https://github.com/duckdb/extension-ci-tools
- Owner: duckdb
- Created: 2024-02-26T14:59:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T09:15:11.000Z (about 2 months ago)
- Last Synced: 2024-11-15T10:25:26.211Z (about 2 months ago)
- Language: Makefile
- Size: 200 KB
- Stars: 10
- Watchers: 4
- Forks: 19
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome_ai_agents - Extension-Ci-Tools - Repository containing reusable workflows / actions for building DuckDB extensions (Building / Workflows)
README
# Extension CI Tools for DuckDB
This repository contains reusable components for building, testing and deploying DuckDB extensions.DuckDB's [Extension Template](https://github.com/duckdb/extension-template/actions) 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.1.3 | v1.1.3 | yes |
| v1.1.2 | v1.1.2 | no |
| v1.1.1 | v1.1.1 | no |
| v1.1.0 | v1.1.0 | no |
| v1.0.0 | v1.0.0 | no |
| v0.10.3 | v0.10.3 | no |
| v0.10.2 | v0.10.2 | no |
| v0.10.1 | v0.10.1 | no |
| v0.10.0 | v0.10.0 | 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.