Skip to content

Commit f06399b

Browse files
authored
Build the native prereqs in the build-jit-job.yml (#60981)
1 parent 5613572 commit f06399b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

eng/pipelines/coreclr/templates/build-jit-job.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ jobs:
101101
- ${{ if and(eq(variables['System.TeamProject'], 'internal'), ne(variables['Build.Reason'], 'PullRequest')) }}:
102102
- template: /eng/pipelines/common/restore-internal-tools.yml
103103

104+
# Build/Generate native prerequisites
105+
- script: $(Build.SourcesDirectory)$(dir)build$(scriptExt) -subset clr.nativeprereqs $(crossArg) -arch $(archType) -c $(buildConfig) -ci /bl:$(Build.SourcesDirectory)artifacts/log/$(buildConfig)/CoreCLRNativePrereqs.binlog
106+
displayName: Build and generate native prerequisites
107+
104108
# Build CoreCLR JIT
105109
- ${{ if ne(parameters.osGroup, 'windows') }}:
106110
- script: $(Build.SourcesDirectory)/src/coreclr/build-runtime$(scriptExt) $(buildConfig) $(archType) $(crossArg) -ci $(compilerArg) -component alljits

0 commit comments

Comments
 (0)