[QNN EP] [DRAFT] Make QNN EP a shared library #37411
Annotations
3 warnings
shellcheck:
tools/ci_build/github/linux/build_linux_python_package.sh#L62
[shellcheck] reported by reviewdog 🐶
Quote this to prevent word splitting.
Raw Output:
./tools/ci_build/github/linux/build_linux_python_package.sh:62:16: warning: Quote this to prevent word splitting. (ShellCheck.SC2046)
|
shellcheck:
tools/ci_build/github/linux/build_linux_python_package.sh#L90
[shellcheck] reported by reviewdog 🐶
See if you can use ${variable//search/replace} instead.
Raw Output:
./tools/ci_build/github/linux/build_linux_python_package.sh:90:26: info: See if you can use ${variable//search/replace} instead. (ShellCheck.SC2001)
|
shellcheck:
tools/ci_build/github/linux/build_linux_python_package.sh#L90
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./tools/ci_build/github/linux/build_linux_python_package.sh:90:31: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
Loading