Skip to content

Commit 901d1ea

Browse files
committed
remove jemalloc extension
1 parent 625e2f8 commit 901d1ea

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)