Android: libssl-dev в provision (host openssl-sys)
cargo ndk падал на openssl-sys для host-таргета (нет libssl-dev). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -19,7 +19,7 @@ echo "[apt] deps..."
|
|||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y -qq \
|
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y -qq \
|
||||||
clang libclang-dev cmake ninja-build nasm yasm pkg-config build-essential \
|
clang libclang-dev cmake ninja-build nasm yasm pkg-config build-essential \
|
||||||
curl git unzip xz-utils zip python3-pip >/dev/null
|
libssl-dev curl git unzip xz-utils zip python3-pip >/dev/null # libssl-dev: host openssl-sys
|
||||||
|
|
||||||
# --- Rust + aarch64-android ---
|
# --- Rust + aarch64-android ---
|
||||||
if [ ! -x "$HOME/.cargo/bin/rustc" ] && ! command -v rustc >/dev/null; then
|
if [ ! -x "$HOME/.cargo/bin/rustc" ] && ! command -v rustc >/dev/null; then
|
||||||
|
|||||||
Reference in New Issue
Block a user