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 1919 ci_tools_version : v1.3.2
2020 duckdb_version : v1.3.2
2121 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 "
2323 extra_toolchains : " rust"
Original file line number Diff line number Diff line change @@ -45,13 +45,6 @@ if(EXISTS "/.dockerenv")
4545 endif ()
4646endif ()
4747
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-
5548corrosion_import_crate(MANIFEST_PATH vortex/Cargo.toml
5649 CRATES vortex-duckdb
5750 CRATE_TYPES staticlib
@@ -68,7 +61,6 @@ build_loadable_extension(${TARGET_NAME} -warnings src/vortex_extension.cpp)
6861
6962target_link_libraries (${EXTENSION_NAME}
7063 vortex_duckdb-static
71- vortex_ffi-static
7264 ${SECURITY_FRAMEWORK}
7365 ${CORE_FOUNDATION_FRAMEWORK}
7466)
You can’t perform that action at this time.
0 commit comments