-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Description
When I want to re-build from the main branch I'm often presented with the following when I then launch the new build.
INSTALL inet;Error: HTTP Error: Failed to download extension "inet" at URL "http://extensions.duckdb.org/cc60796b7a/linux_amd64/inet.duckdb_extension.gz"
Extension "inet" is an existing extension.
Are you using a development build? In this case, extensions might not (yet) be uploaded.
I want to offer my readers an alternative where they can build extensions used in posts alongside the rest of DuckDB and the Spatial extension. Is the following a good one-line change to the build instructions for doing so or is there a better way?
$ CLIENT_FLAGS="-DBUILD_EXTENSIONS='parquet;json;inet'" GEN=ninja make releaseReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels