-
Notifications
You must be signed in to change notification settings - Fork 212
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
CI broken on new GNU version #949
Comments
I just ran into this issue locally with GCC 13.1.0. |
Turns out the actual culprit is an OS update -- the runner is now using I wonder if the narrowing conversion error is related to the test failures we encountered earlier with mac: #867 |
Locally I got the test to pass by changing it to cesium-native/CesiumGltf/test/TestJsonValue.cpp Lines 42 to 47 in d7fd72d
|
Interesting... 🤔 @lilleyse could you see what In the past I've gotten weird errors with |
Even stranger, it passes in debug mode but not release.
|
Moved this out of yesterday's release because we worked around it by temporarily downgrading to Ubuntu 22.04 on CI. |
Looks like CI is broken for
ubuntu-latest/gcc/RelWithDebInfo
on multiple branches. Have not tried it on main but I wouldn't be surprised if it failed. However, it looks like the Github runner has not changed versions; it's something to do with the build process.I compared a working job with a failed job on the same branch and noticed this difference:
Successful:
Failed:
This new version results in this failure:
The text was updated successfully, but these errors were encountered: