Skip to content

Commit

Permalink
Do not use a specific target native_desktop.
Browse files Browse the repository at this point in the history
`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`.
  • Loading branch information
mgautierfr committed Jun 2, 2023
1 parent 7db434e commit 8237adf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/build_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
| | | 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 | | | |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
- native_static
- native_dyn
- native_mixed
- native_desktop
- wasm
- armv6_static
- armv6_dyn
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/releaseNigthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- native_static
- native_dyn
- native_mixed
- native_desktop
- wasm
- armv6_static
- armv6_mixed
Expand All @@ -39,8 +38,6 @@ jobs:
image_variant: focal
- target: native_mixed
image_variant: bionic
- target: native_desktop
image_variant: focal
- target: wasm
image_variant: focal
- target: armv6_static
Expand Down

0 comments on commit 8237adf

Please sign in to comment.