Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 committed Sep 13, 2024
1 parent e5471c8 commit 5903321
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -522,19 +522,8 @@ extends:
buildArgs: -s clr+libs+host+packs -c $(_BuildConfig) -rc Checked -p:NativeAotSupported=false
timeoutInMinutes: 120
postBuildSteps:
- template: /eng/pipelines/common/platform-matrix.yml
parameters:
jobTemplate: /eng/pipelines/common/global-build-job.yml
helixQueuesTemplate: /eng/pipelines/libraries/helix-queues-setup.yml
buildConfig: ${{ variables.debugOnPrReleaseOnRolling }}
runtimeFlavor: coreclr
platforms:
- freebsd_x64
jobParameters:
testScope: innerloop
nameSuffix: CoreCLR
buildArgs: -s clr.tools+packs -c $(_BuildConfig) -rc Checked
timeoutInMinutes: 120
- script: $(Build.SourcesDirectory)/build$(scriptExt) ${{ variables.debugOnPrReleaseOnRolling }} -s clr.tools+packs -c $(_BuildConfig) -rc Checked -cross -os freebsd
displayName: Build clr.tools and packs
condition: >-
or(
eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_coreclr.containsChange'], true),
Expand Down

0 comments on commit 5903321

Please sign in to comment.