Commit 7b9de5b
authored
Do not run auditwheel on QNN whls (#26837)
### Description
[Change 26634](#26634)
added the qnn variant to the audit wheel process, but the qnn libraries
do not pass audit repair due to a dependency on libc++. Continue to not
audit qnn on x86_64 and rely on the correct dependencies being available for the
user.
### Motivation and Context
Fixes build packaging pipeline1 parent 2f0eb77 commit 7b9de5b
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
300 | 304 | | |
301 | | - | |
| 305 | + | |
302 | 306 | | |
303 | 307 | | |
304 | 308 | | |
| |||
0 commit comments