fix(bridge): make the Termux Rust toolchain an enforced prerequisite (#968) - #983
Merged
Conversation
seoseo-ai
previously approved these changes
Aug 6, 2026
seoseo-ai
left a comment
Collaborator
There was a problem hiding this comment.
Approved after explicit operator authorization using the local seoseo-ai credential.
…968) cryptography 50 has no Android wheel and builds via maturin, but the Rust prerequisite was recorded only in prose: daegyo had no cargo, its 04:45 restart reconciled the lock, the build failed, and the bridge stayed down 4h15m. gongyung survived only because Rust was present. - setup.sh installs rust + rust-std-aarch64-linux-android via pkg on Termux, or fails loudly with the exact pkg line - dependency_bootstrap warns upfront on Android/Termux without cargo and, on hash-locked install failure, names the missing toolchain as the likely cause; the CCC_DEPS_UNLOCKED=1 hint no longer implies it bypasses the toolchain - docs: Termux build prerequisites in android-termux-claude.md Closes #968
jinon86
force-pushed
the
fix/termux-rust-toolchain
branch
from
August 6, 2026 06:28
99086cb to
825bd99
Compare
seoseo-ai
previously approved these changes
Aug 6, 2026
seoseo-ai
left a comment
Collaborator
There was a problem hiding this comment.
Approved after explicit operator authorization using the local seoseo-ai credential.
GitHub runners ship a real cargo; the 'no cargo' cases then exercised the toolchain-present branch and failed in CI while passing locally. Run the three Termux cases with an explicit cargo-free PATH.
seoseo-ai
approved these changes
Aug 6, 2026
seoseo-ai
left a comment
Collaborator
There was a problem hiding this comment.
Approved after explicit operator authorization using the local seoseo-ai credential.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
문제 (#968, daegyo 4h15m 장애 근본 원인)
cryptography 50은 Android wheel이 없어 maturin 빌드가 필요하지만 Rust 전제조건이 산문에만 있었음: daegyo는 cargo 부재 → 04:45 재시작 시 lock reconcile 빌드 실패 → 브리지 다운. gongyung은 Rust가 있어 생존. #157이 ANDROID_API_LEVEL 절반을 고쳤을 때도 "with a Rust toolchain present"라는 전제가 코드 어디에도 강제되지 않았다.
수정
pkg install -y rust rust-std-aarch64-linux-android실행(불가 시 정확한 pkg 라인으로 loud warning) — 전제조건을 setup 관리 속성으로CCC_DEPS_UNLOCKED=1힌트가 툴체인 우회처럼 읽히던 문제 수정(명시적으로 부정)검증
daegyo·gongyung은 이미 cargo 1.97.1 설치됨(장애 복구 시 조치) — 이 PR은 다음 노드·재설치의 재발 방지.
Closes #968