Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Exec task with Unzip task #267

Merged
merged 2 commits into from
Jul 10, 2023
Merged

Replace Exec task with Unzip task #267

merged 2 commits into from
Jul 10, 2023

Conversation

henrikrxn
Copy link
Contributor

@henrikrxn henrikrxn commented Jul 10, 2023

Removes dependency on having unzip in path

How did I test it?

The only test I have run is on Windows 11 building under Powershell 7.3.5

PS> dotnet build .\Wasmtime.sln

If your CI does not handle the other platforms then let me know if you feel additional testing is needed on my side.

Fixes #266

* Removes dependency on having unzip in path
@henrikrxn
Copy link
Contributor Author

@peterhuene This is it from me. Feel free to merge if and when it suits you.

@peterhuene peterhuene merged commit 0de4d6f into bytecodealliance:main Jul 10, 2023
@peterhuene
Copy link
Member

@henrikrxn thanks for the fix!

@henrikrxn henrikrxn deleted the Replace-exec-unzip-withunzip-task branch July 10, 2023 20:29
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.

Small tweak in src\Wasmtime.csproj can remove dependency on "unzip"
2 participants