kiwix-build/.github/scripts
Matthieu Gautier b4bc9dbec9 Do not use base_deps when building releases.
Initially we were building all our dependencies in release.
This was simply made by always compiling project using autotool or cmake
in release. As our project are using meson/qmake, all the dependencies
are build in release.

However, with recent port to Windows github CI, we have two problems:
- We have moved almost all buildsystem to meson
- On Windows, we cannot mix debug and release build.

So, when doing a release, do not use base dependencies cache.
This will extend the release workflow as we need to build everything but
at least we should build everything correctly.
2024-08-29 10:26:07 +02:00
..
build_definition.py Compile zim-tools dependencies on Windows github CI. 2024-08-27 15:39:25 +02:00
build_projects.py [CI/CD] Use config instead of target in the CI. 2024-02-05 18:03:12 +01:00
build_release_nightly.py [CI/CD] Use config instead of target in the CI. 2024-02-05 18:03:12 +01:00
common.py Add icu dlls in nightly and releases 2024-08-28 14:03:34 +02:00
compile_all_deps.py [CI/CD] Use config instead of target in the CI. 2024-02-05 18:03:12 +01:00
ensure_base_deps.py Do not use base_deps when building releases. 2024-08-29 10:26:07 +02:00
trigger_docker_workflow.py Trigger docker workflow at the end of other jobs. 2023-07-27 15:20:00 +02:00
upload_failure_logs.py Use python to update failure logs. 2024-06-07 15:36:58 +02:00