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

Sign the DAC and build (and sign) the cross-OS DACs in the VMR #46377

Merged
merged 26 commits into from
Feb 12, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
c704989
Add steps to install, set up, and remove diagnostic certs for DAC sig…
jkoritzinsky Jan 28, 2025
f90b6bb
Forward down the ESRP tool path when we're doing real signing.
jkoritzinsky Jan 28, 2025
9e3c8bc
Add a win-x86 join job to run the cross-os DAC signing.
jkoritzinsky Jan 28, 2025
e661045
Add comments around the install/remove step templates.
jkoritzinsky Jan 29, 2025
0f5b16e
Add comments about our BuildPhase2 jobs
jkoritzinsky Jan 29, 2025
b515aa0
Pass down IsOfficialBuild variable
jkoritzinsky Jan 30, 2025
f1bd73b
Merge branch 'main' into dac-sign
jkoritzinsky Feb 3, 2025
24722b8
Merge branch 'main' into dac-sign
jkoritzinsky Feb 5, 2025
c555fff
Add patch to enable building runtime projects in BuildPass=2
jkoritzinsky Feb 5, 2025
6b06843
Update eng/pipelines/templates/stages/vmr-build.yml
jkoritzinsky Feb 5, 2025
6838590
Update patch
jkoritzinsky Feb 5, 2025
dc37e48
Update patch
jkoritzinsky Feb 6, 2025
c38d8a6
Merge branch 'main' of github.com:dotnet/sdk into dac-sign
jkoritzinsky Feb 6, 2025
48bb561
Rename patch file
jkoritzinsky Feb 6, 2025
161770a
Allow a repository to reference packages produced by itself in earlie…
jkoritzinsky Feb 6, 2025
044a914
Use RepositoryReferenceInfo instead for this case.
jkoritzinsky Feb 6, 2025
5748c30
Update task to understand "previous build pass" sources
jkoritzinsky Feb 7, 2025
760f202
Update tests
jkoritzinsky Feb 7, 2025
b3c142d
Remove patch
jkoritzinsky Feb 7, 2025
5d84d87
Fix double-dash
jkoritzinsky Feb 8, 2025
f41a134
Add the previously-source-built prefix in one more place
jkoritzinsky Feb 10, 2025
c60dbc3
Remove trailing newlines
jkoritzinsky Feb 10, 2025
c93ea9f
Disable building the host tools in later build passes.
jkoritzinsky Feb 11, 2025
1224193
Be more explicit where we're disabling this component
jkoritzinsky Feb 11, 2025
7b78f03
Update 0003-dont-build-host-tools.patch
jkoritzinsky Feb 12, 2025
ca303cd
Update runtime.proj
jkoritzinsky Feb 12, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove trailing newlines
  • Loading branch information
jkoritzinsky committed Feb 10, 2025
commit c60dbc3c35ae87dde798087646a02b92c0d383d8
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>
</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -282,4 +282,4 @@
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>
</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
<package pattern="prebuilt.package" />
</packageSource>
</packageSourceMapping>
</configuration>
</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@
<package pattern="*" />
</packageSource>
</packageSourceMapping>
</configuration>
</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>
</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
<package pattern="*" />
</packageSource>
</packageSourceMapping>
</configuration>
</configuration>
Loading