Uninstall mingw before attempting upgrade#9288
Conversation
|
Hi @kiashok. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
cda885f to
66e3b7a
Compare
d2ddcf3 to
8afd392
Compare
2de3a7a to
fc4c78d
Compare
|
Looks like a whitespace check failure in the commit |
fc4c78d to
a8a22c9
Compare
kzys
left a comment
There was a problem hiding this comment.
LGTM. Re-running the failed tests.
The tests are failing due to some mingw + golang version 1.20.3 issue that is causing some dll to not load. Looking at what the other options for us with WS2019 is. Also opened an issue for this in microsoft/go |
|
I looked into this in more detail at microsoft/go#1081, but here's a summary:
I see a couple ways forward in the short term:
|
|
I filed an issue upstream to update MinGW in the image, and they think it's too risky, but provided a ready-made example of installing a newer MinGW in a workflow that you can use: actions/runner-images#9009 (comment). |
d275c76 to
318db09
Compare
|
@jsturtevant @helsaawy @dagood @fuweid all the tests are passing. Could you please take a look? |
|
LGTM |
estesp
left a comment
There was a problem hiding this comment.
LGTM, but added one question on what appears to be an empty step (that may be required) but want to make sure I understand
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>

Update mingw after uninstall, similar to what is done in hccshimhttps://github.com/microsoft/hcsshim/blob/2feaacb46cf42e17ab81bfe6341d3529ef4cb897/.github/workflows/ci.yml#L421