mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-06 00:03:22 +00:00
Enable Android CI build stages to run in parallel. (#21314)
Enable Android CI build stages to run in parallel to possibly reduce total build time.
This commit is contained in:
parent
41ea47be1e
commit
33e7c7f6ec
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ stages:
|
|||
# Separate stage for building CPU vs NNAPI as we only want CodeQL to run on one of them so we don't get duplicate
|
||||
# issues for code that is built in both. We pick NNAPI as that includes the NNAPI EP code.
|
||||
- stage: BUILD_CPU_STAGE
|
||||
dependsOn: []
|
||||
variables:
|
||||
Codeql.Enabled: false
|
||||
jobs:
|
||||
|
|
@ -130,6 +131,7 @@ stages:
|
|||
- template: templates/clean-agent-build-directory-step.yml
|
||||
|
||||
- stage: BUILD_NNAPI_STAGE
|
||||
dependsOn: []
|
||||
variables:
|
||||
Codeql.ProjectConfigPath: .github/workflows
|
||||
Codeql.Enabled: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue