Skip to content

Commit

Permalink
fix: bump ci tools and enable wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyconover committed Jul 2, 2024
1 parent 7e2aed7 commit 10b90ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
duckdb_version: v1.0.0
extension_name: lindel
enable_rust: true
exclude_archs: "wasm_mvp;wasm_eh;wasm_threads"
# exclude_archs: "wasm_mvp;wasm_eh;wasm_threads"

duckdb-stable-deploy:
name: Deploy extension binaries
Expand All @@ -30,4 +30,4 @@ jobs:
duckdb_version: v1.0.0
extension_name: lindel
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
exclude_archs: "wasm_mvp;wasm_eh;wasm_threads"
# exclude_archs: "wasm_mvp;wasm_eh;wasm_threads"
2 changes: 1 addition & 1 deletion extension-ci-tools
Submodule extension-ci-tools updated 0 files

0 comments on commit 10b90ac

Please sign in to comment.