Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 committed Sep 13, 2024
1 parent 391290e commit ca7c2f6
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -522,16 +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
platforms:
- freebsd_x64
jobParameters:
testScope: innerloop
nameSuffix: CoreCLR
buildArgs: -s clr.tools+packs -c $(_BuildConfig) -rc Checked
timeoutInMinutes: 120
- script: $(Build.SourcesDirectory)/src/tests/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 ca7c2f6

Please sign in to comment.