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

Document how to perform a stage2 build locally inside the VMR #4891

Open
ViktorHofer opened this issue Feb 10, 2025 · 2 comments
Open

Document how to perform a stage2 build locally inside the VMR #4891

ViktorHofer opened this issue Feb 10, 2025 · 2 comments
Assignees
Labels
area-doc Documentation improvements

Comments

@ViktorHofer
Copy link
Member

No description provided.

@ViktorHofer
Copy link
Member Author

@MichaelSimons IIRC you shared instructions ~a year ago how to do this. Can you please share them again or ideally document them?

@ViktorHofer
Copy link
Member Author

ViktorHofer commented Feb 10, 2025

OK this works, i.e. in a codespace:

cd dotnet
./prep-source-build.sh && ./build.sh -sb
mkdir ../current-sdk
tar -xzf artifacts/assets/Release/dotnet-sdk-10.0.100-preview.2.25110.1-centos.9-x64.tar.gz -C ../current-sdk
mkdir ../current-packages
tar -xzf artifacts/assets/Release/Private.SourceBuilt.Artifacts.10.0.100-preview.2.25110.1.centos.9-x64.tar.gz -C ../current-packages

git clean -xdf
./build.sh -sb --with-sdk ../current-sdk --with-packages ../current-packages

@ViktorHofer ViktorHofer added the area-doc Documentation improvements label Feb 10, 2025
@MichaelSimons MichaelSimons self-assigned this Feb 20, 2025
@MichaelSimons MichaelSimons moved this from Backlog to 10.0 in .NET Source Build Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-doc Documentation improvements
Projects
Status: 10.0
Development

No branches or pull requests

2 participants