mirror of
https://github.com/erebe/wstunnel.git
synced 2025-12-24 13:47:51 +08:00
remove android build
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
[build]
|
||||
rustflags = ["--cfg", "uuid_unstable"]
|
||||
|
||||
#[target.'cfg(target_os = "linux")']
|
||||
#rustflags = ["-C", "linker=ld.lld", "-C", "relocation-model=static", "-C", "strip=symbols", "--cfg", "uuid_unstable"]
|
||||
|
||||
#[build]
|
||||
|
||||
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
@@ -30,11 +30,11 @@ jobs:
|
||||
- name: Linux armv7hf
|
||||
target: armv7-unknown-linux-musleabihf
|
||||
|
||||
- name: Android aarch64
|
||||
target: aarch64-linux-android
|
||||
# - name: Android aarch64
|
||||
# target: aarch64-linux-android
|
||||
|
||||
- name: Android armv7
|
||||
target: armv7-linux-androideabi
|
||||
# - name: Android armv7
|
||||
# target: armv7-linux-androideabi
|
||||
|
||||
#- name: Linux mips
|
||||
# target: mips-unknown-linux-musl
|
||||
|
||||
Reference in New Issue
Block a user