Skip to content

Add core_extensions flag #54

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

samansmink
Copy link
Collaborator

This flag makes it easier to build core extensions from within an extension repo.

Currently extensions would load any additional extensions in their extension_config.cmake file, which can be a little annoying: it requires specifying the exact commit of the extensions to load. Even though most like likely the extension just wants the versions of this extension that comes with the version of duckdb (including any patches that might be present).

Follow up

When we bump the extension template to the upcoming DuckDB v1.1 release we should add some code to demonstrate how to build the core extensions

@samansmink samansmink requested a review from carlopi July 26, 2024 08:57
Copy link
Collaborator

@carlopi carlopi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great

@samansmink samansmink merged commit 76cf537 into duckdb:main Jul 29, 2024
18 of 19 checks passed
@samansmink samansmink deleted the add-core-extensions-flag branch July 29, 2024 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants