Skip to content

Commit 505fa62

Browse files
committed
address some feedback and disable some jobs for now
1 parent 7dd8ab0 commit 505fa62

File tree

3 files changed

+1787
-1786
lines changed

3 files changed

+1787
-1786
lines changed

.ci/scripts/test_wheel_package_qnn.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ echo "Checking for .so files inside the wheel..."
122122
WHEEL_SO_FILES=$(unzip -l "$WHEEL_FILE" | awk '{print $4}' | grep "executorch/backends/qualcomm/python" || true)
123123
if [ -z "$WHEEL_SO_FILES" ]; then
124124
echo "WARNING: No .so files found in wheel under executorch/backends/qualcomm/python"
125+
exit 1
125126
else
126127
echo "Wheel contains the following .so files:"
127128
echo "$WHEEL_SO_FILES"

0 commit comments

Comments
 (0)