Skip to content

Commit f0a3b61

Browse files
authored
chore: match community build matrix (#17)
1 parent de4fe4b commit f0a3b61

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
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"

CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@ if(EXISTS "/.dockerenv")
4545
endif()
4646
endif()
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-
5548
corrosion_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

6962
target_link_libraries(${EXTENSION_NAME}
7063
vortex_duckdb-static
71-
vortex_ffi-static
7264
${SECURITY_FRAMEWORK}
7365
${CORE_FOUNDATION_FRAMEWORK}
7466
)

0 commit comments

Comments
 (0)