Skip to content

Commit b2f42fa

Browse files
Don't run the JIT formatting job in release/6.0 (#61485)
The format job depends on the `main` branch of dotnet/jitutils (which isn't properly versioned). Avoid future changes to jitutils causing a break in servicing by disabling the formatting job. Note that there is very little benefit to maintaining the formatting CI requirement in servicing anyway.
1 parent 309879d commit b2f42fa

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

eng/pipelines/coreclr/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -150,13 +150,3 @@ jobs:
150150
crossgen2: true
151151
displayNameArgs: R2R_CG2
152152
liveLibrariesBuildConfig: Release
153-
154-
#
155-
# Formatting
156-
#
157-
- template: /eng/pipelines/common/platform-matrix.yml
158-
parameters:
159-
jobTemplate: /eng/pipelines/coreclr/templates/format-job.yml
160-
platforms:
161-
- Linux_x64
162-
- windows_x64

0 commit comments

Comments
 (0)