Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
6c9698f
Move Mac and Linux CoreCLR builds to use single jobs for each all-up …
jkoritzinsky Sep 21, 2023
120d210
Fix binlog argument for OSX jobs.
jkoritzinsky Sep 21, 2023
f504858
Build clr.aot in the CoreCLR official build legs because we NativeAOT…
jkoritzinsky Sep 21, 2023
2646ffc
Remove libraries legs that were only kept around for PGO
jkoritzinsky Sep 21, 2023
71507b9
Fix indentation
jkoritzinsky Sep 21, 2023
eeae55c
Fix indentation
jkoritzinsky Sep 21, 2023
58c9c3b
Move variables from xplat-job up to xplat-setup and fix our condition…
jkoritzinsky Sep 21, 2023
4ab5925
Include more subsets in runtime-official.
jkoritzinsky Sep 22, 2023
8a444bd
Add missing arguments for linux packaging jobs (they are specified di…
jkoritzinsky Sep 22, 2023
6361cf5
Update Alpine crossdac to output to linux_musl folder directly.
jkoritzinsky Sep 27, 2023
d276528
Build the Windows CrossDacs and pack the CrossDac package in a separa…
jkoritzinsky Sep 27, 2023
e3294cc
Pass variables to a higher scope template.
jkoritzinsky Sep 27, 2023
a4e16ad
Fix dependencies
jkoritzinsky Sep 27, 2023
646c519
Fix paths and don't copy the "sharedFramework" folder.
jkoritzinsky Sep 27, 2023
d2d58c2
Refactor more names into variables.
jkoritzinsky Sep 27, 2023
49d5bbc
Don't try publishing the CrossDac for Windows. Remove the publishing …
jkoritzinsky Sep 27, 2023
7c23c69
Remove old crossdac-pack.yml script as we do it differently now.
jkoritzinsky Sep 27, 2023
d80d945
Condition macos signing on the same condition as previously.
jkoritzinsky Sep 27, 2023
fb40f73
Fix typo for post build steps
jkoritzinsky Sep 27, 2023
8695585
Move Windows CoreCLR build legs to the single-job format and remove a…
jkoritzinsky Sep 28, 2023
d41620f
Don't try to build NativeAOT on win-x86. Add comment labels for each …
jkoritzinsky Sep 29, 2023
386e5b2
Convert AllConfigurations leg to the global build template.
jkoritzinsky Sep 29, 2023
882a992
Pass config for AllConfigurations leg
jkoritzinsky Sep 30, 2023
6190812
Refine comment
jkoritzinsky Oct 2, 2023
28ba7cb
Entitle dotnet and apphost.
jkoritzinsky Oct 3, 2023
99acea4
Use variable not template syntax
jkoritzinsky Oct 3, 2023
9898c47
Remove logic for signing macos hosts in the installer build job. We d…
jkoritzinsky Oct 3, 2023
25fa308
Build all of the crossdacs in a separate build from the CoreCLR produ…
jkoritzinsky Oct 3, 2023
22782a7
Fix job suffix name
jkoritzinsky Oct 3, 2023
20fee47
Build checked Cross-OS dacs in PRs for diagnostic purposes.
jkoritzinsky Oct 4, 2023
a8769ad
PR feedback
jkoritzinsky Oct 4, 2023
9cebeb1
Use pipeline artifacts instead of build artifacts for the CrossDac an…
jkoritzinsky Oct 4, 2023
9e64389
Don't use pipeline artifacts. You can't have multiple legs publish to…
jkoritzinsky Oct 4, 2023
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
Include more subsets in runtime-official.
  • Loading branch information
jkoritzinsky committed Sep 30, 2023
commit 4ab59250a98af71db7aaec94cde26353c8cf0a16
2 changes: 1 addition & 1 deletion eng/pipelines/runtime-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ extends:
# Now that we've entitled and signed createdump, we can build the rest.
- template: /eng/pipelines/common/templates/global-build-step.yml
parameters:
buildArgs: -s clr.aot+libs+host+packs -c $(_BuildConfig)
buildArgs: -s clr.corelib+clr.nativecorelib+clr.nativeaotlibs+clr.tools+clr.packages+libs+host+packs -c $(_BuildConfig)

# Upload the results.
- template: /eng/pipelines/common/upload-intermediate-artifacts-step.yml
Expand Down