Skip to content

Commit 3649e17

Browse files
remove jemalloc extension (#250)
The jemalloc extension's symbols can't be found. There might be a deeper issue at play here, but there isn't really any reason to use jemalloc by default, so let's remove that first.
2 parents 625e2f8 + 901d1ea commit 3649e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ packages.adbc_driver_duckdb = "adbc_driver_duckdb"
8282
packages._duckdb-stubs = "_duckdb-stubs"
8383

8484
[tool.scikit-build.cmake.define]
85-
BUILD_EXTENSIONS = "core_functions;json;parquet;icu;jemalloc"
85+
BUILD_EXTENSIONS = "core_functions;json;parquet;icu"
8686

8787
[tool.setuptools_scm]
8888
version_scheme = "duckdb_packaging.setuptools_scm_version:version_scheme"

0 commit comments

Comments
 (0)