From 5ee17d918a3636fd059b4eafeb612c8eedcd35de Mon Sep 17 00:00:00 2001 From: Jian Chen Date: Wed, 24 Jul 2024 16:02:11 -0400 Subject: [PATCH] - script: | env | grep ANDROID displayName: View Android ENVs --- .../android-arm64-v8a-QNN-crosscompile-ci-pipeline.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/ci_build/github/azure-pipelines/android-arm64-v8a-QNN-crosscompile-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/android-arm64-v8a-QNN-crosscompile-ci-pipeline.yml index eb540a06c0d07..0f16d2f40fc53 100644 --- a/tools/ci_build/github/azure-pipelines/android-arm64-v8a-QNN-crosscompile-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/android-arm64-v8a-QNN-crosscompile-ci-pipeline.yml @@ -35,7 +35,7 @@ parameters: jobs: - job: Build_QNN_EP - pool: onnxruntime-qnn-ubuntu-2004-cpu + pool: onnxruntime-Ubuntu2204-AMD-CPU timeoutInMinutes: 30 workspace: clean: all @@ -48,6 +48,10 @@ jobs: - template: templates/use-android-ndk.yml + - script: | + env | grep ANDROID + displayName: View Android ENVs + - script: sudo apt-get update -y && sudo apt-get install -y coreutils ninja-build displayName: Install coreutils and ninja @@ -57,10 +61,6 @@ jobs: - template: templates/jobs/download_linux_qnn_sdk.yml parameters: QnnSDKVersion: ${{ parameters.QnnSdk }} - - script: | - export ANDROID_SDK_ROOT=/usr/local/lib/android/sdk - export ANDROID_HOME=/usr/local/lib/android/sdk - displayName: set Android ENVs - script: | set -e -x