mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-24 19:43:35 +00:00
Use fixed version of Android NDK in binary size checks pipeline. (#15422)
Ensure that we build with a known version of NDK and are not surprised when the default version on the build machine changes. A similar change was made for other Android build pipelines previously, but this one was missed.
This commit is contained in:
parent
9bb4e4bef4
commit
8db86f2c52
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,8 @@ stages:
|
|||
clean: true
|
||||
submodules: none
|
||||
|
||||
- template: use-android-ndk.yml
|
||||
|
||||
- template: get-docker-image-steps.yml
|
||||
parameters:
|
||||
Dockerfile: tools/ci_build/github/linux/docker/Dockerfile.manylinux2014_cpu
|
||||
|
|
|
|||
Loading…
Reference in a new issue