You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make target serve_local depends on build_loadable_unsigned which is now missing, so this make target cannot be run.
I was looking for something like this because I was trying to run duckdb-wasm with extension signing off, as this is needed to test locally built extensions. (see also isaacbrodsky/h3-duckdb#71)
To Reproduce
make serve_local
Browser/Environment:
NA
Device:
NA
DuckDB-Wasm Version:
main
DuckDB-Wasm Deployment:
NA
Full Name:
NA
Affiliation:
NA
The text was updated successfully, but these errors were encountered:
@isaacbrodsky I think it's closed, the build_loadable_unsigned target is now an alias of build_loadable but unsigned extensions can be loaded by using a DuckDBConfig object parameter for db.open(), after instantiation like this:
What happens?
Make target
serve_local
depends onbuild_loadable_unsigned
which is now missing, so this make target cannot be run.I was looking for something like this because I was trying to run duckdb-wasm with extension signing off, as this is needed to test locally built extensions. (see also isaacbrodsky/h3-duckdb#71)
To Reproduce
make serve_local
Browser/Environment:
NA
Device:
NA
DuckDB-Wasm Version:
main
DuckDB-Wasm Deployment:
NA
Full Name:
NA
Affiliation:
NA
The text was updated successfully, but these errors were encountered: