Make the cross-component build just another invocation of the build-runtime script...
authorJeremy Koritzinsky <jekoritz@microsoft.com>
Fri, 1 Apr 2022 17:08:23 +0000 (10:08 -0700)
committerGitHub <noreply@github.com>
Fri, 1 Apr 2022 17:08:23 +0000 (10:08 -0700)
commit7d562f9d2a4285881ae1c412aecb164dc9370013
tree5db33b664576a8c50580489e6d150a82b3f79383
parent490c166d309d59ef38d4d56d03ead08e2ba8fa1d
Make the cross-component build just another invocation of the build-runtime script (#67108)
16 files changed:
docs/workflow/building/coreclr/cross-building.md
eng/Subsets.props
eng/native/build-commons.sh
eng/native/gen-buildsys.sh
eng/nativepgo.targets
eng/pipelines/coreclr/templates/build-jit-job.yml
eng/pipelines/coreclr/templates/build-job.yml
eng/pipelines/coreclr/templates/crossdac-build.yml
src/coreclr/_build-commons.sh
src/coreclr/build-runtime.cmd
src/coreclr/build-runtime.sh
src/coreclr/crosscomponents.cmake
src/coreclr/runtime.proj
src/native/corehost/build.sh
src/native/libs/build-native.sh
src/tests/build.sh