mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
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:
2
.github/scripts/build_definition.py
vendored
2
.github/scripts/build_definition.py
vendored
@ -32,7 +32,7 @@ BUILD_DEF = """
|
||||
| | | flatpak | | | | | B |
|
||||
-------------------------------------------------------------------------------------------------------
|
||||
| | | native_static | d | d | dB | dB | |
|
||||
| | | native_dyn | d | d | dB | dB | |
|
||||
| | | native_dyn | d | d | dB | dB | B |
|
||||
| | | native_mixed | B | B | | | |
|
||||
# libzim CI is building alpine_dyn but not us
|
||||
| | | android_arm | dB | dB | | | |
|
||||
|
Reference in New Issue
Block a user