Skip to content

Commit

Permalink
Do a JIT rolling build if the JIT-EE GUID changes (#46963)
Browse files Browse the repository at this point in the history
Normally, any JIT-EE GUID change would be accompanied by
a change in the JIT source code, so a JIT build would be
kicked off. But in some cases, such as a change in the
SuperPMI data format to cause an incompatible format, with
a manual change of the GUID to compensate, should also
kick off a JIT build so asmdiff baselines have a JIT
with an appropriate GUID.
  • Loading branch information
BruceForstall authored Jan 14, 2021
1 parent e3d7e98 commit a1c4028
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/pipelines/coreclr/jitrollingbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ trigger:
paths:
include:
- src/coreclr/jit/*
- src/coreclr/inc/jiteeversionguid.h

# This pipeline is supposed to be run only on merged changes
# and should not be triggerable from a PR.
Expand Down

0 comments on commit a1c4028

Please sign in to comment.