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

Alpine319_Offline_PreviousSourceBuiltSdk_x64 fails due to no .NET SDK #3974

Closed
mthalman opened this issue Jan 16, 2024 · 0 comments · Fixed by dotnet/installer#18278
Closed
Labels
ops-monitor Issues created/handled by the source build monitor role untriaged

Comments

@mthalman
Copy link
Member

docker run --rm -v /mnt/vss/_work/1/vmr:/vmr -w /vmr -e BUILD_SOURCEVERSION=fba1ff5a76eeeaad47ac82e83fcf2b0a32b6f9bf mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode ./build.sh --clean-while-building --with-sdk /vmr/.dotnet --poison
Custom SDK '/vmr/.dotnet/dotnet' does not exist or is not executable

This is because no previously source built SDK exists. This is shown in the prep scrip results:

++ tar -ozxf /mnt/vss/_work/1/vmr/prereqs/packages/archive/dotnet-sdk-9.0.100-alpha.1.24055.1-alpine.3.19-x64.tar.gz -C /mnt/vss/_work/1/vmr/.dotnet

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

This is due to the update from Alpine 3.17 to Alpine 3.19. We need to re-bootstrap to get a new SDK based on the alpine.3.19 RID.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ops-monitor Issues created/handled by the source build monitor role untriaged
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant