Add CLR JIT rolling build (#42507)
authorBruce Forstall <brucefo@microsoft.com>
Mon, 21 Sep 2020 17:11:08 +0000 (10:11 -0700)
committerGitHub <noreply@github.com>
Mon, 21 Sep 2020 17:11:08 +0000 (10:11 -0700)
commitab752c86de77b61403ceb3a598fa0d4b1a2524d1
tree2e056c680d6f28909eabe253f77642f0307328e9
parentcb48c8272ead643580821a74079a1cde01854975
Add CLR JIT rolling build (#42507)

Build just the JIT, and upload the resulting JIT DLL to
CLR JIT Azure Storage.

This will be used as a baseline JIT for developer use, such
as assembly diffs.

Linux arm and Linux arm64 are disabled for now, until we can
determine how to properly configure Python on the build machines
with the azure-storage-blob package required for upload of the
JIT to Azure blob storage.
eng/pipelines/coreclr/jitrollingbuild.yml [new file with mode: 0644]
eng/pipelines/coreclr/templates/build-jit-job.yml [new file with mode: 0644]
src/coreclr/scripts/jitrollingbuild.py [new file with mode: 0644]