Fix CLI binary GLIBC compatibility for older Linux systems (#11337)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
Rohit Malhotra
2025-10-13 14:52:52 -04:00
committed by GitHub
parent 5db0d495d4
commit 609fefc1b6
3 changed files with 21 additions and 13 deletions

View File

@@ -164,7 +164,7 @@ def test_executable() -> bool:
)
# --- Wait for welcome ---
deadline = boot_start + 30
deadline = boot_start + 60
saw_welcome = False
captured = []

View File

@@ -54,6 +54,7 @@ def _print_exit_hint(conversation_id: str) -> None:
)
def run_cli_entry(resume_conversation_id: str | None = None) -> None:
"""Run the agent chat session using the agent SDK.