File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 31
31
build-aar :
32
32
name : build-aar
33
33
needs : check-if-aar-exists
34
- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.7
34
+ uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
35
35
permissions :
36
36
id-token : write
37
37
contents : read
@@ -52,10 +52,13 @@ jobs:
52
52
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool buck2
53
53
export ARTIFACTS_DIR_NAME=artifacts-to-be-uploaded
54
54
55
+ PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh
56
+ PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh
57
+
55
58
# Build AAR Package
56
59
mkdir aar-out
57
60
export BUILD_AAR_DIR=aar-out
58
- bash scripts/build_android_library.sh
61
+ EXECUTORCH_BUILD_QNN=ON QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 bash scripts/build_android_library.sh
59
62
mkdir -p "${ARTIFACTS_DIR_NAME}"
60
63
cp aar-out/executorch.aar "${ARTIFACTS_DIR_NAME}/executorch.aar"
61
64
You can’t perform that action at this time.
0 commit comments