Stream: git-wasmtime

Topic: wasmtime / PR #7760 Change update of gcc on MinGW


view this post on Zulip Wasmtime GitHub notifications bot (Jan 08 2024 at 15:33):

alexcrichton opened PR #7760 from alexcrichton:fix-gcc-update-on-mingw to bytecodealliance:main:

Try not passing -y -u to pacman to avoid full system updates. Currently full system updates might update the msys2-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:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jan 08 2024 at 15:33):

alexcrichton requested fitzgen for a review on PR #7760.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 08 2024 at 15:33):

alexcrichton requested wasmtime-default-reviewers for a review on PR #7760.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 08 2024 at 17:51):

abrown submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 08 2024 at 19:49):

alexcrichton merged PR #7760.


Last updated: Oct 23 2024 at 20:03 UTC