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

.NET9 support - use Ubuntu 16.04 for native code compilation #3791

Merged
merged 2 commits into from
Nov 20, 2024

Conversation

Kielek
Copy link
Contributor

@Kielek Kielek commented Nov 19, 2024

Why

Towards #3766

What

Use Ubuntu 16.04 for native code compilation. Based on https://github.com/dotnet/core/blob/ffea1d2b4b3f3169b75a7a22d5d8ce5d38606c0b/release-notes/8.0/supported-os.md#linux-compatibility
Drops CentOs from the pipeline. It is no longer supported.

Tests

CI

Checklist

  • [ ] CHANGELOG.md is updated.
  • Documentation is updated.
  • New features are covered by tests.

Notes

dotnet format is failing. It affects also other builds, changes are not related to the problem. It can be ignored for now, and can be updated separately.

@Kielek Kielek force-pushed the net9 branch 9 times, most recently from 1d71f7f to 698a86c Compare November 19, 2024 13:10
@Kielek Kielek marked this pull request as ready for review November 19, 2024 13:46
@Kielek Kielek requested a review from a team as a code owner November 19, 2024 13:46
@Kielek Kielek changed the title Use Ubuntu 16.04 for native code compilation .NET9 support - use Ubuntu 16.04 for native code compilation Nov 19, 2024
@Kielek
Copy link
Contributor Author

Kielek commented Nov 19, 2024

@stevejgordon, similar changes are needed when we dropping support for some .NET runtimes. In this case, it will be .NET6 and .NET7. Next expected in November 2026.

@Kielek
Copy link
Contributor Author

Kielek commented Nov 19, 2024

@open-telemetry/dotnet-instrumentation-maintainers, I will merge this PR tomorrow morning my time. It will helps with further tasks related to the .NET9 support. If you find any issues later, please let me know, I will try to fix it.

@Kielek Kielek merged commit 5c98a61 into open-telemetry:main Nov 20, 2024
43 checks passed
@Kielek Kielek deleted the net9 branch November 20, 2024 05:32
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.

3 participants