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

Fix Windows only CI failure #958

Merged
merged 1 commit into from
Mar 10, 2025
Merged

Fix Windows only CI failure #958

merged 1 commit into from
Mar 10, 2025

Conversation

marina-p
Copy link
Contributor

This started occurring due to a compilation error in the F# code base, which was due to a bug in an unused data structure. This is only caught by .NET 9 SDK, which was being used on Windows but not on Linux.

Changes include:

  • fix the bug
  • add error handling and debugging to the github action. The error handling was automatically done in ADO pipelines, and adding it was missed during the migration to github actions.
  • pin the .NET SDK to the version that is currently supported.

This started occurring due to a compilation error in the F# code base, which was due to a bug in an unused
data structure.  This is only caught by .NET 9 SDK, which was being used on Windows but not on Linux.

Changes include:
- fix the bug
- add error handling and debugging to the github action.  The error handling
was automatically done in ADO pipelines, and adding it was missed during the migration to
github actions.
- pin the .NET SDK to the version that is currently supported.
@marina-p marina-p merged commit 67d1e73 into main Mar 10, 2025
9 checks passed
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.

1 participant