Skip to content

Commit

Permalink
disable musl for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxxen committed Jan 13, 2025
1 parent e437824 commit 1ccdeeb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
extension_name: spatial
ci_tools_version: main
vcpkg_commit: 5e5d0e1cd7785623065e77eff011afdeec1a3574
exclude_archs: 'linux_amd64_musl'

duckdb-latest-deploy:
name: Deploy extension binaries
Expand All @@ -41,3 +42,4 @@ jobs:
ci_tools_version: main
extension_name: spatial
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
exclude_archs: 'linux_amd64_musl'
2 changes: 2 additions & 0 deletions .github/workflows/StableDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
extension_name: spatial
ci_tools_version: v1.1.3
vcpkg_commit: 5e5d0e1cd7785623065e77eff011afdeec1a3574
exclude_archs: 'linux_amd64_musl'


duckdb-stable-deploy:
Expand All @@ -42,3 +43,4 @@ jobs:
ci_tools_version: v1.1.3
extension_name: spatial
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/v1.1.3' }}
exclude_archs: 'linux_amd64_musl'
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"name": "curl",
"platform": "!wasm32 & !ios & !android",
"features": ["openssl", "sectransp"],
"features": ["openssl"],
"default-features": false
}
]
Expand Down

0 comments on commit 1ccdeeb

Please sign in to comment.