alexcrichton requested cfallin for a review on PR #10790.
alexcrichton opened PR #10790 from alexcrichton:try-to-fix-mingw to bytecodealliance:main:
Try to fix MinGW breakage in CI
prtest:full
<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
alexcrichton requested wasmtime-default-reviewers for a review on PR #10790.
alexcrichton updated PR #10790.
alexcrichton commented on PR #10790:
Another attempt after https://github.com/bytecodealliance/wasmtime/pull/10787
Some testing has shown that
gcc -E foo.cfails when theshell: bashparameter is set in CI. All other shells work though. I don't know what's going on so I just want to get out of bash/MinGW and try to get to the point where we just execute the compiler in isolation.
alexcrichton commented on PR #10790:
Ok I'm clearly too tired for this.
alexcrichton updated PR #10790.
alexcrichton commented on PR #10790:
Ok I wasn't able to use
shell: pythonbut I was able to use a Python script with thepwshshell to avoid unduly modifying PATH on MinGW
alexcrichton updated PR #10790.
cfallin submitted PR review:
Wow -- everything about "we can't use
bashbecause it breaks the environment on the pre-set-up runner" is cursed, but looks like this works, but this seems to work so ship it!
cfallin merged PR #10790.
Last updated: Dec 06 2025 at 07:03 UTC