Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a workaround for MSVC/GH fuckup #4105

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

randombit
Copy link
Owner

Visual C++ devs (Microsoft) did something idiotic, and made it so that if code compiled with the latest compiler runs against an older runtime it ... crashes without any message.

https://developercommunity.visualstudio.com/t/Access-violation-in-_Thrd_yield-after-up/10664660#T-N10668856

Then Github (Microsoft) shipped an image with a new compiler and an old runtime, so that compiling anything and trying to run it fails

actions/runner-images#10004

Truly extraordinary

Visual C++ devs (Microsoft) did something idiotic, and made it so that
if code compiled with the latest compiler runs against an older
runtime it ... crashes without any message.

https://developercommunity.visualstudio.com/t/Access-violation-in-_Thrd_yield-after-up/10664660#T-N10668856

Then Github (Microsoft) shipped an image with a new compiler and an
old runtime, so that compiling anything and trying to run it fails

actions/runner-images#10004

Truly extraordinary
@coveralls
Copy link

Coverage Status

coverage: 91.871% (-0.001%) from 91.872%
when pulling da94668 on jack/workaround-gh-runner-10004
into bf8bbee on master.

@randombit randombit merged commit 1c38901 into master Jun 7, 2024
42 checks passed
@randombit randombit deleted the jack/workaround-gh-runner-10004 branch June 7, 2024 01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants