From 1f10738b360bb6642f48baef54d52930bbb64ab3 Mon Sep 17 00:00:00 2001 From: Sam Ansmink Date: Thu, 7 Nov 2024 14:12:05 +0100 Subject: [PATCH] restore borked set_duckdb_version target --- README.md | 12 ++++++------ duckdb_extension_c_api.Makefile | 2 ++ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5fc227f..a5497b1 100644 --- a/README.md +++ b/README.md @@ -9,19 +9,19 @@ Clone the repo with submodules git clone --recurse-submodules ``` -### Dependencies +## Dependencies In principle, these extensions can be compiled with the Rust toolchain alone. However, this template relies on some additional tooling to make life a little easier and to be able to share CI/CD infrastructure with extension templates for other languages: -- python3 -- python3-venv +- Python3 +- Python3-venv - [Make](https://www.gnu.org/software/make) -- git +- Git Installing these dependencies will vary per platform: - For Linux, these come generally pre-installed or are available through the distro-specific package manager. -- For MacOS, [homebrew](https://formulae.brew.sh/) is your answer. -- For Windows, [chocolatey](https://community.chocolatey.org/) comes recommended. +- For MacOS, [homebrew](https://formulae.brew.sh/). +- For Windows, [chocolatey](https://community.chocolatey.org/). ## Building After installing the dependencies, building is a two-step process. Firstly run: diff --git a/duckdb_extension_c_api.Makefile b/duckdb_extension_c_api.Makefile index 2be6fc8..fcd1ebe 100644 --- a/duckdb_extension_c_api.Makefile +++ b/duckdb_extension_c_api.Makefile @@ -159,6 +159,8 @@ set_MINIMUM_DUCKDB_VERSION: nop set_duckdb_tag: nop +set_duckdb_version: nop + output_distribution_matrix: cat extension-ci-tools/config/distribution_matrix.json