-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Merge CoreCLR-based official builds legs into one leg per platform #92901
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
Merged
Merged
Changes from 23 commits
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 120d210
Fix binlog argument for OSX jobs.
jkoritzinsky f504858
Build clr.aot in the CoreCLR official build legs because we NativeAOT…
jkoritzinsky 2646ffc
Remove libraries legs that were only kept around for PGO
jkoritzinsky 71507b9
Fix indentation
jkoritzinsky eeae55c
Fix indentation
jkoritzinsky 58c9c3b
Move variables from xplat-job up to xplat-setup and fix our condition…
jkoritzinsky 4ab5925
Include more subsets in runtime-official.
jkoritzinsky 8a444bd
Add missing arguments for linux packaging jobs (they are specified di…
jkoritzinsky 6361cf5
Update Alpine crossdac to output to linux_musl folder directly.
jkoritzinsky d276528
Build the Windows CrossDacs and pack the CrossDac package in a separa…
jkoritzinsky e3294cc
Pass variables to a higher scope template.
jkoritzinsky a4e16ad
Fix dependencies
jkoritzinsky 646c519
Fix paths and don't copy the "sharedFramework" folder.
jkoritzinsky d2d58c2
Refactor more names into variables.
jkoritzinsky 49d5bbc
Don't try publishing the CrossDac for Windows. Remove the publishing …
jkoritzinsky 7c23c69
Remove old crossdac-pack.yml script as we do it differently now.
jkoritzinsky d80d945
Condition macos signing on the same condition as previously.
jkoritzinsky fb40f73
Fix typo for post build steps
jkoritzinsky 8695585
Move Windows CoreCLR build legs to the single-job format and remove a…
jkoritzinsky d41620f
Don't try to build NativeAOT on win-x86. Add comment labels for each …
jkoritzinsky 386e5b2
Convert AllConfigurations leg to the global build template.
jkoritzinsky 882a992
Pass config for AllConfigurations leg
jkoritzinsky 6190812
Refine comment
jkoritzinsky 28ba7cb
Entitle dotnet and apphost.
jkoritzinsky 99acea4
Use variable not template syntax
jkoritzinsky 9898c47
Remove logic for signing macos hosts in the installer build job. We d…
jkoritzinsky 25fa308
Build all of the crossdacs in a separate build from the CoreCLR produ…
jkoritzinsky 22782a7
Fix job suffix name
jkoritzinsky 20fee47
Build checked Cross-OS dacs in PRs for diagnostic purposes.
jkoritzinsky a8769ad
PR feedback
jkoritzinsky 9cebeb1
Use pipeline artifacts instead of build artifacts for the CrossDac an…
jkoritzinsky 9e64389
Don't use pipeline artifacts. You can't have multiple legs publish to…
jkoritzinsky File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| parameters: | ||
| buildArgs: '' | ||
| useContinueOnErrorDuringBuild: false | ||
| shouldContinueOnError: false | ||
| archParameter: $(_archParameter) | ||
|
|
||
| steps: | ||
| - script: $(Build.SourcesDirectory)$(dir)build$(scriptExt) -ci ${{ parameters.archParameter }} $(_osParameter) $(crossArg) ${{ parameters.buildArgs }} $(_officialBuildParameter) $(_buildDarwinFrameworksParameter) $(_overrideTestScriptWindowsCmdParameter) | ||
| displayName: Build product | ||
| ${{ if eq(parameters.useContinueOnErrorDuringBuild, true) }}: | ||
| continueOnError: ${{ parameters.shouldContinueOnError }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| parameters: | ||
| archType: '' | ||
|
|
||
| variables: | ||
| - name: crossDacHostArch | ||
| value: x64 | ||
| - ${{ if eq(parameters.archType, 'arm') }}: | ||
| - name: crossDacHostArch | ||
| value: x86 |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.