Skip to content

Commit

Permalink
Use build-job directly, going via global-build-job is too hard
Browse files Browse the repository at this point in the history
  • Loading branch information
directhex committed Jan 12, 2021
1 parent 22bfc7f commit 0587cba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions eng/pipelines/runtime-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,23 +136,21 @@ stages:
#
- template: /eng/pipelines/common/platform-matrix.yml
parameters:
jobTemplate: /eng/pipelines/common/global-build-job.yml
jobTemplate: /eng/pipelines/mono/templates/build-job.yml
runtimeFlavor: mono
buildConfig: release
platforms:
- OSX_x64
- Linux_x64
jobParameters:
buildArgs: -s mono+libs+host+packs -c $(_BuildConfig)
/p:BuildMonoCrossAOT=true /p:SkipMonoCrossJitConfigure=true /p:BuildMonoAOTCrossCompilerOnly=true
nameSuffix: AndroidAOT_Mono
runtimeVariant: crossandroid
dependsOn: mono_android_offsets
monoCrossAOTTargetOS: Android
isOfficialBuild: ${{ variables.isOfficialBuild }}
extraStepsTemplate: /eng/pipelines/common/upload-intermediate-artifacts-step.yml
extraStepsParameters:
name: MonoRuntimePacks

#
# Build Mono LLVM runtime packs
#
Expand Down

0 comments on commit 0587cba

Please sign in to comment.