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

Consider whether to keep the N-1 Alpine build leg #4819

Closed
mthalman opened this issue Jan 9, 2025 · 2 comments
Closed

Consider whether to keep the N-1 Alpine build leg #4819

mthalman opened this issue Jan 9, 2025 · 2 comments
Assignees
Labels
area-testing Improvements in CI and testing

Comments

@mthalman
Copy link
Member

mthalman commented Jan 9, 2025

The N-1 Alpine build leg is problematic in the transition between major .NET versions because it needs to be bootstrapped. It requires that there be an artifacts tarball for the N-1 build based on the new version of .NET. But that can't exist because there's not a version of the Alpine leg that exists that is based on the current SDK (we use the current SDK for the latest Alpine version and the previous SDK for the previous Alpine version). So the only way to get artifacts are to manually run a build that explicitly targets the previous Alpine version. We should consider whether this hassle is worth it.

Related to #4605

@dotnet-issue-labeler dotnet-issue-labeler bot added area-build Improvements in source-build's own build process untriaged labels Jan 9, 2025
@MichaelSimons MichaelSimons added area-testing Improvements in CI and testing and removed area-build Improvements in source-build's own build process labels Jan 16, 2025
@MichaelSimons
Copy link
Member

[Triage] We feel there is not ROI for the alpine leg that build with the n-1 alpine artifacts. The alpine leg should be updated to build with the MSFT sdk and prep.

@ellahathaway
Copy link
Member

ellahathaway commented Jan 21, 2025

Will close once the release pipeline PR is merged.

Edit: PR is merged, closing this issue.

@github-project-automation github-project-automation bot moved this from Backlog to Done in .NET Source Build Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-testing Improvements in CI and testing
Projects
Archived in project
Development

No branches or pull requests

3 participants