Skip to content

Commit 4d2c4ec

Browse files
committed
set minimum to be 2.29
1 parent 6aa7c12 commit 4d2c4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/qualcomm/scripts/download_qnn_sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def is_linux_x86() -> bool:
4040

4141
import subprocess
4242

43-
MINIMUM_LIBC_VERSION = 2.28
43+
MINIMUM_LIBC_VERSION = 2.29
4444

4545
REQUIRED_LIBC_LIBS = [
4646
"/lib/x86_64-linux-gnu/libc.so.6",

0 commit comments

Comments
 (0)