File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 19
19
ci_tools_version : v1.3.2
20
20
duckdb_version : v1.3.2
21
21
extension_name : vortex
22
- exclude_archs : " wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64_mingw;windows_amd64;linux_arm64 "
22
+ exclude_archs : " wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64_mingw;windows_amd64;linux_amd64_musl "
23
23
extra_toolchains : " rust"
Original file line number Diff line number Diff line change @@ -45,13 +45,6 @@ if(EXISTS "/.dockerenv")
45
45
endif ()
46
46
endif ()
47
47
48
- corrosion_import_crate (MANIFEST_PATH vortex/Cargo.toml
49
- CRATES vortex-ffi
50
- FEATURES mimalloc
51
- CRATE_TYPES staticlib
52
- FLAGS --crate-type=staticlib
53
- )
54
-
55
48
corrosion_import_crate (MANIFEST_PATH vortex/Cargo.toml
56
49
CRATES vortex-duckdb
57
50
CRATE_TYPES staticlib
@@ -68,7 +61,6 @@ build_loadable_extension(${TARGET_NAME} -warnings src/vortex_extension.cpp)
68
61
69
62
target_link_libraries (${EXTENSION_NAME}
70
63
vortex_duckdb-static
71
- vortex_ffi-static
72
64
${SECURITY_FRAMEWORK}
73
65
${CORE_FOUNDATION_FRAMEWORK}
74
66
)
You can’t perform that action at this time.
0 commit comments