Skip to content

Commit 3ac8cbc

Browse files
committed
exclude musl
1 parent 9a47603 commit 3ac8cbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
duckdb_version: v1.2.2
1818
ci_tools_version: 6a7a4f24c5999355ab36c0a6835baf891fc9d522
1919
extension_name: vortex
20-
exclude_archs: "wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64_mingw;windows_amd64"
20+
exclude_archs: "wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64_mingw;windows_amd64;linux_amd64_musl"
2121
extra_toolchains: "rust"
2222
override_ci_tools_repository: spiraldb/extension-ci-tools

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"dependencies": [{ "name": "catch2" }, { "name": "protobuf" }, { "name": "vcpkg-tool-ninja" } ]
2+
"dependencies": [{ "name": "catch2" }, { "name": "protobuf" } ]
33
}

0 commit comments

Comments
 (0)