alexcrichton opened PR #7760 from alexcrichton:fix-gcc-update-on-mingw
to bytecodealliance:main
:
Try not passing
-y -u
topacman
to avoid full system updates. Currently full system updates might update themsys2-runtime
package before actually updating the package we requested, meaning that this might not actually update anything given an update. This is what's currently happening on CI which is breaking due to an update of gcc not actually updating gcc. I'm mostly reading the invocation in rust-lang/rust CI and seeing that it doesn't pass-y -u
and hopeing that by copying that here things might work.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 fitzgen for a review on PR #7760.
alexcrichton requested wasmtime-default-reviewers for a review on PR #7760.
abrown submitted PR review.
alexcrichton merged PR #7760.
Last updated: Nov 22 2024 at 16:03 UTC