Skip to content

Commit 189c612

Browse files
committed
d
1 parent 6453fd2 commit 189c612

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.ci/scripts/build-qnn-direct-sdk.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ if [ ! -f "${ARTIFACT}" ]; then
2828
exit 1
2929
fi
3030

31-
MAX_SIZE_BYTES=$((200 * 1024))
31+
MAX_SIZE_BYTES=$((150 * 1024))
3232
ARTIFACT_SIZE=$(stat -c%s "${ARTIFACT}")
3333
if [ "${ARTIFACT_SIZE}" -gt "${MAX_SIZE_BYTES}" ]; then
34-
echo "ERROR: ${ARTIFACT} is ${ARTIFACT_SIZE} bytes, exceeds ${MAX_SIZE_BYTES}-byte (200 KiB) limit" >&2
34+
echo "ERROR: ${ARTIFACT} is ${ARTIFACT_SIZE} bytes, exceeds ${MAX_SIZE_BYTES}-byte (150 KiB) limit" >&2
3535
exit 1
3636
fi
3737
echo "OK: direct-mode build produced ${ARTIFACT} (${ARTIFACT_SIZE} bytes, under ${MAX_SIZE_BYTES}-byte limit)"

0 commit comments

Comments
 (0)