Docker build failed #2986
Unanswered
VictorSnow
asked this question in
Q&A
Replies: 2 comments
-
A workround: skip step 1 and 2 Add Script
Then
Builded success on Addition
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Trouble in build TV version
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
Failed to build from source using docker
To Reproduce
Steps to reproduce the behavior:
cd core/src/main/rust/shadowsocks-rust
rustup target add armv7-linux-androideabi aarch64-linux-android i686-linux-android x86_64-linux-android
docker run --rm -v ${PWD}:/build -w /build shadowsocks/android-ndk-go ./gradlew assembleDebug
Expected behavior
Build Success
Screenshots
Smartphone (please complete the following information):
Configuration
Additional context
I am building on macos using docker
Beta Was this translation helpful? Give feedback.
All reactions