remove android build

This commit is contained in:
Σrebe - Romain GERARD 2023-11-04 00:36:02 +01:00
parent 6a9c411a6f
commit 477117c7bc
No known key found for this signature in database
GPG key ID: 7A42B4B97E0332F4
2 changed files with 4 additions and 5 deletions

View file

@ -1,7 +1,6 @@
[build] [build]
rustflags = ["--cfg", "uuid_unstable"] rustflags = ["--cfg", "uuid_unstable"]
#[target.'cfg(target_os = "linux")']
#rustflags = ["-C", "linker=ld.lld", "-C", "relocation-model=static", "-C", "strip=symbols", "--cfg", "uuid_unstable"] #rustflags = ["-C", "linker=ld.lld", "-C", "relocation-model=static", "-C", "strip=symbols", "--cfg", "uuid_unstable"]
#[build] #[build]

View file

@ -30,11 +30,11 @@ jobs:
- name: Linux armv7hf - name: Linux armv7hf
target: armv7-unknown-linux-musleabihf target: armv7-unknown-linux-musleabihf
- name: Android aarch64 # - name: Android aarch64
target: aarch64-linux-android # target: aarch64-linux-android
- name: Android armv7 # - name: Android armv7
target: armv7-linux-androideabi # target: armv7-linux-androideabi
#- name: Linux mips #- name: Linux mips
# target: mips-unknown-linux-musl # target: mips-unknown-linux-musl