Skip to content

Commit 5c905fc

Browse files
committed
address some feedback and disable some jobs for now
1 parent 2bdff3d commit 5c905fc

File tree

2 files changed

+839
-838
lines changed

2 files changed

+839
-838
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)