Skip to content

exclude 32-bit Windows artifact in download-workflow-artifacts.sh#417

Merged
abrown merged 1 commit intoWebAssembly:mainfrom
dicej:windows-x64-preferred
May 9, 2024
Merged

exclude 32-bit Windows artifact in download-workflow-artifacts.sh#417
abrown merged 1 commit intoWebAssembly:mainfrom
dicej:windows-x64-preferred

Conversation

@dicej
Copy link
Contributor

@dicej dicej commented May 9, 2024

This helps ensure the identically-named 32-bit tarfile doesn't overwrite the 64-bit one when we extract everything into a single directory.

I'll follow this up by making an updated wasi-sdk-22.0.m-mingw.tar.gz and adding it to the wasi-sdk-22 release.

Fixes #326

This helps ensure the identically-named 32-bit tarfile doesn't overwrite the
64-bit one when we extract everything into a single directory.

I'll follow this up by making an updated wasi-sdk-22.0.m-mingw.tar.gz and adding
it to the wasi-sdk-22 release.

Fixes WebAssembly#326

Signed-off-by: Joel Dice <joel.dice@fermyon.com>
@alexcrichton
Copy link
Collaborator

At Joel's request I downloaded the artifacts from the wasi-sdk-22 CI run, verified that the x86 one matched the current mingw artifact, and then uploaded the x64 one under the name "mingw64". That should get a published binary for the wasi-sdk-22 release but in the future it'll just be the normal "mingw" release

@abrown abrown merged commit af429ed into WebAssembly:main May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

clang++ shipped with the wasi-sdk errors with LLVM ERROR: out of memory - clang++ shipped with emscripten is ok

3 participants