File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
eng/pipelines/coreclr/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,10 +100,10 @@ jobs:
100
100
101
101
# Build CoreCLR JIT
102
102
- ${{ if ne(parameters.osGroup, 'windows') }} :
103
- - script : $(Build.SourcesDirectory)/src/coreclr/build-runtime$(scriptExt) $(buildConfig) $(archType) $(crossArg) -ci $(compilerArg) -skipruntime -nopgooptimize
103
+ - script : $(Build.SourcesDirectory)/src/coreclr/build-runtime$(scriptExt) $(buildConfig) $(archType) $(crossArg) -ci $(compilerArg) -nopgooptimize -component alljits
104
104
displayName : Build CoreCLR JIT
105
105
- ${{ if eq(parameters.osGroup, 'windows') }} :
106
- - script : set __TestIntermediateDir=int&&$(Build.SourcesDirectory)/src/coreclr/build-runtime$(scriptExt) $(buildConfig) $(archType) -ci -skipruntime - nopgooptimize -skiprestoreoptdata
106
+ - script : set __TestIntermediateDir=int&&$(Build.SourcesDirectory)/src/coreclr/build-runtime$(scriptExt) $(buildConfig) $(archType) -ci -nopgooptimize -skiprestoreoptdata -component alljits
107
107
displayName : Build CoreCLR JIT
108
108
109
109
# Ensure the Python azure-storage-blob package is installed before doing the upload.
You can’t perform that action at this time.
0 commit comments