Do not use a specific target `native_desktop`.

`native_desktop` is not a real target_platform. It is workaround to
specify "build only kiwix-desktop on native_dyn".

It was useful, when we need to build kiwix-desktop on a different build
env than the other project (because of packaging constraints).
Now we can build kiwix-desktop and all other projects on the same build
env, we can remove it and build kiwix-desktop with other `native_dyn`.
This commit is contained in:
Matthieu Gautier 2023-05-12 10:30:42 +02:00
parent 7db434ee6d
commit 8237adf950
3 changed files with 1 additions and 5 deletions

View File

@ -32,7 +32,7 @@ BUILD_DEF = """
| | | flatpak | | | | | B | | | | flatpak | | | | | B |
------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------
| | | native_static | d | d | dB | dB | | | | | native_static | d | d | dB | dB | |
| | | native_dyn | d | d | dB | dB | | | | | native_dyn | d | d | dB | dB | B |
| | | native_mixed | B | B | | | | | | | native_mixed | B | B | | | |
# libzim CI is building alpine_dyn but not us # libzim CI is building alpine_dyn but not us
| | | android_arm | dB | dB | | | | | | | android_arm | dB | dB | | | |

View File

@ -14,7 +14,6 @@ jobs:
- native_static - native_static
- native_dyn - native_dyn
- native_mixed - native_mixed
- native_desktop
- wasm - wasm
- armv6_static - armv6_static
- armv6_dyn - armv6_dyn

View File

@ -16,7 +16,6 @@ jobs:
- native_static - native_static
- native_dyn - native_dyn
- native_mixed - native_mixed
- native_desktop
- wasm - wasm
- armv6_static - armv6_static
- armv6_mixed - armv6_mixed
@ -39,8 +38,6 @@ jobs:
image_variant: focal image_variant: focal
- target: native_mixed - target: native_mixed
image_variant: bionic image_variant: bionic
- target: native_desktop
image_variant: focal
- target: wasm - target: wasm
image_variant: focal image_variant: focal
- target: armv6_static - target: armv6_static