We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3bf0e commit e6ed4bdCopy full SHA for e6ed4bd
backends/qualcomm/scripts/download_qnn_sdk.py
@@ -324,7 +324,9 @@ def _install_glibc_234():
324
# Install
325
cmd = ["make", "install"]
326
logger.info("[glibc] Running: %s", " ".join(cmd))
327
+ logger.info(f"[glibc] Installing into /tmp/glibc-{GLIBC_VERSION} ...")
328
subprocess.check_call(cmd, cwd=build_dir, env=env)
329
+ logger.info("[glibc] Installation complete")
330
331
if GLIBC_LOADER.exists():
332
logger.info(
0 commit comments