Skip to content

Commit 412892a

Browse files
authored
exclude wasm builds
1 parent d27477b commit 412892a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
duckdb_version: main
2020
ci_tools_version: main
2121
extension_name: redis
22-
exclude_archs: 'wasm_mmp;wasm_threads;wasm_eh'
22+
exclude_archs: 'wasm_mvp;wasm_threads;wasm_eh'
2323

2424

2525
duckdb-stable-build:
@@ -29,4 +29,4 @@ jobs:
2929
duckdb_version: v1.2.1
3030
ci_tools_version: v1.2.1
3131
extension_name: redis
32-
exclude_archs: 'wasm_mmp;wasm_threads;wasm_eh'
32+
exclude_archs: 'wasm_mvp;wasm_threads;wasm_eh'

0 commit comments

Comments
 (0)