Skip to content

Commit

Permalink
excluding wasm build because it's broken
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoberry committed Apr 16, 2024
1 parent 1061919 commit 325a6ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_extension_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
exclude_archs:
required: false
type: string
default: "windows_amd64_rtools"
default: "windows_amd64_rtools;wasm_mvp;wasm_eh;wasm_threads"
# default: "linux_amd64;linux_amd64_gcc4;osx_arm64;wasm_mvp;wasm_eh;wasm_threads;linux_arm64;osx_amd64;windows_amd64_rtools"
# Whether to upload this deployment as the latest. This may overwrite a previous deployment.
deploy_latest:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_extension_distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
exclude_archs:
required: false
type: string
default: "windows_amd64_rtools"
default: "windows_amd64_rtools;wasm_mvp;wasm_eh;wasm_threads"
# default: "linux_amd64;linux_amd64_gcc4;osx_arm64;wasm_mvp;wasm_eh;wasm_threads;linux_arm64;osx_amd64;windows_amd64_rtools"
# Postfix added to artifact names. Can be used to guarantee unique names when this workflow is called multiple times
artifact_postfix:
Expand Down

0 comments on commit 325a6ad

Please sign in to comment.