Windows mingw 11 #5291
jeremy-rifkin
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hey @jeremy-rifkin! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to setup CI for C++ 20 on windows with gcc/mingw. The windows server environment comes with mingw-8 but newer is needed for C++20.
choco upgrade mingw
takes 5 minutes to run. Would it be possible to get a windows image that either has mingw-11 installed already or for the choco package to be cached so this step runs faster?Edit: On a related not, for some reason I can compile but not run programs after the upgrade, they immediately exit with code 3221225785 and I am not sure of the dependency issue.
Beta Was this translation helpful? Give feedback.
All reactions