duckdb / community-extensions

https://duckdb.org/community_extensions
138 stars 25 forks source link

add custom toolchain script option #76

Closed samansmink closed 2 months ago

samansmink commented 2 months 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