Veloman Yunkan
2321717c83
Added OS_NAME in build definition table for focal
...
Next we are going to have some CI/CD jobs running on jammy instead
of focal that's why the build platform for Linux jobs has to be made explicit.
2024-12-02 11:50:46 +04:00
Veloman Yunkan
c116685b21
kiwix-desktop appimage creation under jammy
...
- Switched from linuxdeployqt to (linuxdeploy + linuxdeploy-plugin-qt)
- Eliminated custom creation of the AppDir & most manual copying of
some stuff into it (trusting linuxdeploy to do everything needed
for the correct operation of the appimage). Note, however, that
nss/ libs are no longer bundled with the appimage (libthai.so is
forcefully bundled via a special option to linuxdeploy).
2024-12-02 11:50:46 +04:00
Veloman Yunkan
d0eeca32d1
Revert "libssl is embedded in the kiwix-desktop appimage"
...
This reverts commit dee57f131c
.
2024-12-02 11:50:46 +04:00
Kelson
83b45a013c
Merge pull request #778 from kiwix/libcurl_toolless_build
...
Avoid building and installing curl executable
2024-11-26 14:38:10 +01:00
Veloman Yunkan
680ff58756
Don't install curl tool
...
We only need the libcurl library. Building and installing the curl tool
leads to a build failure under Windows because of a missing "strip"
utility.
2024-11-22 19:30:13 +01:00
Kelson
8c3ba3f3cb
Merge pull request #779 from kiwix/windows_builds_in_release_mode
...
Under Windows builds are forced to release mode
2024-11-22 19:29:05 +01:00
Veloman Yunkan
1c6994546c
Under Windows builds are forced to release mode
...
base_deps_meta_version was bumped so that the base dependencies archives for CI
workflows are recreated (we need only the Windows flavours of the
archives updated but such surgical intervention is not supported).
2024-11-22 19:59:28 +04:00
Kelson
6cb347c576
Merge pull request #775 from kiwix/fix-kiwix-desktop-zip
...
Fix kiwix desktop zip
2024-11-02 18:54:22 +01:00
Emmanuel Engelhart
c7a0d8c13b
ZIP only the content of the directory
2024-10-31 17:10:39 +01:00
Emmanuel Engelhart
946a28da0e
Add execution flag to package_kiwix-desktop_windows.py
2024-10-31 17:10:39 +01:00
Kelson
63b59b7d16
Merge pull request #774 from kiwix/remove-bintray
...
Bintray is deprecated
2024-10-31 17:10:25 +01:00
Emmanuel Engelhart
2a25dbb22f
Bintray is deprecated
2024-10-31 16:28:46 +01:00
Kelson
374411e05a
Merge pull request #773 from kiwix/small-readme-badge-fix
...
Fix CD badge
2024-10-31 16:05:25 +01:00
Emmanuel Engelhart
a50d782ab7
Fix CD badge
2024-10-31 16:04:51 +01:00
Kelson
889e931a99
Merge pull request #772 from kiwix/unsync-ci-cd
...
Execute nightly at 3AM (in place of 1AM)
2024-10-31 15:43:25 +01:00
Emmanuel Engelhart
bcb16d34ef
Execute nightly at 3AM (in place of 1AM)
2024-10-30 17:42:55 +01:00
Kelson
022f657cd7
Merge pull request #769 from kiwix/speedup-sftp-via-better-cipher
...
Better comment about scp vs. sftp
2024-10-18 19:57:05 +02:00
Emmanuel Engelhart
d03837b47f
Better comment about scp vs. sftp
2024-10-18 18:15:08 +02:00
Kelson
ecd8f988cf
Merge pull request #768 from kiwix/libkiwix-14.0.0-1
...
New libkiwix build due to bundled libcurl dep issue
2024-10-18 17:10:40 +02:00
rgaudin
bb0b86d9b8
New libkiwix build due to bundled libcurl dep issue
2024-10-18 14:40:48 +00:00
Kelson
e1b6d1f1ce
Merge pull request #767 from kiwix/rename-fix-cd-workflow
...
Using upload_failure_logs.py (not .sh)
2024-10-18 14:40:34 +02:00
Emmanuel Engelhart
e8a7924794
Use actions/setup-python@v5
2024-10-18 14:40:18 +02:00
Emmanuel Engelhart
0b8919d919
Use actions/checkout@v4
2024-10-18 14:40:18 +02:00
Emmanuel Engelhart
be5fe08dfc
Stalebot is deprecated
2024-10-18 14:40:18 +02:00
Emmanuel Engelhart
7aba1ddcb9
FUNDING.yml is provide via .github repo
2024-10-18 14:40:18 +02:00
Emmanuel Engelhart
8e5afad538
Using upload_failure_logs.py (not .sh)
2024-10-18 14:40:18 +02:00
Kelson
c9920d5e18
Merge pull request #766 from kiwix/depsup
...
Bump base_deps_meta_version to rebuild libcurl
2024-10-18 14:15:02 +02:00
rgaudin
edfbefb11e
Bump base_deps_meta_version to rebuild libcurl
2024-10-18 10:05:19 +00:00
Kelson
dfe53e13e9
Merge pull request #765 from kiwix/gss-symbols
...
Fix missing symbols on CoreKiwix.xcframework
2024-10-17 18:42:31 +02:00
rgaudin
59778f4452
Disable GSS-API (via Kerberos which uses it) in libcurl compile
2024-10-17 10:50:39 +00:00
rgaudin
74767e6234
Disable libpsl when compiling libcurl
...
libpsl is a lib that provides the Public Suffix List: the list
of all TLDs.
It's an optional feature of libcurl that we dont need for libkiwix.
Leaving it included causes issues when compiling for apple_all_static
on x86_64 as libpsf is installed (and thus found by libcurl's configure)
but is obviously only for x86_64.
An alternative could be to either cross-compile it first and properly
reference that version.
That sounds like too much effort for a feature we know we dont need.
https://github.com/rockdaboot/libpsl
2024-10-16 09:52:17 +00:00
rgaudin
c58b209f33
Download libcurl patches from dev.kiwix.org
2024-10-16 09:42:03 +00:00
Kelson
8f73fb6b30
Merge pull request #763 from kiwix/libkiwix_14.0.0
...
Release libkiwix 14.0.0
2024-10-11 15:54:18 +02:00
Emmanuel Engelhart
a80121593b
Release libkiwix 14.0.0
2024-10-11 15:21:51 +02:00
Kelson
a33705dfb6
Merge pull request #762 from kiwix/trigger_base_deps_rebuild
...
Bump base_deps_meta_version to rebuild libmicrohttpd
2024-10-08 18:18:39 +00:00
Veloman Yunkan
145b1b2723
Bump base_deps_meta_version to rebuild libmicrohttpd
2024-10-08 20:58:11 +04:00
Kelson
642f63cbaa
Merge pull request #761 from kiwix/libmicrohttpd_enable_ipv6_under_windows
...
Enable IPv6 in meson build of libmicrohttpd under Windows
2024-10-08 16:11:44 +00:00
Veloman Yunkan
b2a756baa6
Enable IPv6 in meson build of libmicrohttpd under Windows
2024-10-08 17:04:29 +04:00
Kelson
e53edc8d42
Merge pull request #756 from kiwix/sign_windows_binaries
...
Sign windows binaries
2024-09-10 11:21:18 +00:00
Matthieu Gautier
263ce4c87d
Sign all binaries (exe) on Windows when we do a release
2024-09-10 09:25:24 +00:00
Matthieu Gautier
49b15d12b7
Remove cross-building libzim to win32.
...
Now we build libzim natively on Windows, we can remove cross-compilation
to Windows.
2024-09-10 09:25:24 +00:00
Kelson
507d05a256
Merge pull request #751 from kiwix/release-zim-tools-4.5.0
...
Release zim-tools 3.5.0
2024-09-08 19:10:10 +00:00
Emmanuel Engelhart
1ab240d44b
Release zim-tools 3.5.0
2024-09-08 20:43:54 +02:00
Matthieu Gautier
d8071bd947
Rebuild libzim release, with manylinux fixes
2024-09-02 17:48:08 +02:00
Matthieu Gautier
04f7d6457d
Merge pull request #728 from kiwix/zim-tools_windows
2024-09-02 16:02:35 +02:00
Matthieu Gautier
6c9889d4e8
Compile kiwix-tools on Windows github CI
2024-09-02 14:25:26 +02:00
Matthieu Gautier
ba4a54bf9d
Compile zim-tools on Windows github CI.
2024-09-02 14:25:26 +02:00
Matthieu Gautier
7e9cb8c501
Merge pull request #747 from kiwix/manylinux_archive
2024-09-02 14:03:33 +02:00
Matthieu Gautier
dc2a837450
Update to libkiwix version change (14.0.0)
...
Libkiwix update its version to 14.0.0 and we use the declared version in
`version.py` to select file to package and sign.
So we must be in sync.
2024-09-02 12:38:43 +02:00
Matthieu Gautier
e5b7bccdf2
Correctly include lib64 library on manylinux archives
...
Manylinux build are based on Redhat and libs are put in `/lib64`
directory and not in `/lib/<arch>/` as on Debian based build.
Fix #746
2024-09-02 12:05:36 +02:00