duckdb / community-extensions

https://community-extensions.duckdb.org
111 stars 19 forks source link

add custom toolchain script option #76

Closed samansmink closed 2 weeks ago

samansmink commented 2 weeks ago

Follow up from https://github.com/duckdb/extension-ci-tools/pull/61

Now community extensions can extend the default toolchain by using the script https://github.com/duckdb/extension-template/blob/main/scripts/setup-custom-toolchain.sh and setting the custom_toolchain_script param in the extension descriptor.

Fixes https://github.com/duckdb/community-extensions/issues/73