Skip to content

Commit 681f06c

Browse files
committed
t
1 parent 39e3239 commit 681f06c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.ci/scripts/test_backend_linux.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ if [[ "$FLOW" == *qnn* ]]; then
2929
# Setup QNN sdk and deps - note that this is a bit hacky due to the nature of the
3030
# Qualcomm build. TODO (gjcomer) Clean this up once the QNN pybinding integration is
3131
# cleaned up.
32-
PYTHON_EXECUTABLE=python source .ci/scripts/setup-linux.sh --build-tool cmake
33-
PYTHON_EXECUTABLE=python source .ci/scripts/setup-qnn-deps.sh
32+
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake
33+
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh
3434
PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh
3535
QNN_X86_LIB_DIR=`realpath build-x86/lib/`
36+
QNN_SDK_ROOT="/tmp/qnn/2.37.0.250724"
3637
export LD_LIBRARY_PATH"=$QNN_X86_LIB_DIR:$QNN_SDK_ROOT/lib/x86_64-linux-clang/:${LD_LIBRARY_PATH:-}"
3738

3839
# TODO Get SDK root from install scripts

0 commit comments

Comments
 (0)