remove android build
This commit is contained in:
parent
6a9c411a6f
commit
477117c7bc
2 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue