-
Notifications
You must be signed in to change notification settings - Fork 16
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
Workflow failure: build #2004
Comments
There's issues with |
I'm not quite sure why this ever worked. Dotnet 6 does not support C# 11, but the test is currently set up that way (and seemed to have been passing). |
We might need to upgrade native providers to dotnet 8: pulumi/ci-mgmt#1307 |
This most likely has to do with github upgrading the Previously we first installed dotnet 8.0 and then tried installing dotnet 6.0 but it was already present:
Now dotnet 6.0 is no longer in the new runner image and we install it on top of dotnet 8.0. The v6 binary most likely taking precedence because it's on the path before the v8 one. I think the big difference is that we were previously using dotnet 8.0 to compile for the dotnet 6.0 target whereas now we're compiling with dotnet 6.0 for the 6.0 target. |
Workflow Failure
build has failed. See the list of failures below:
The text was updated successfully, but these errors were encountered: