wasm-micro-runtime/build-scripts
liang.he@intel.com 89f34f12c7 feat: disable ccache by default, enable with --use-ccache flag
This change modifies the LLVM build process to disable ccache by default
and only enable it when the --use-ccache flag is explicitly passed. This
reduces CI storage consumption while still allowing developers to opt-in
to ccache for faster incremental builds.

Changes:
- Modified build_llvm() to accept use_ccache parameter (defaults to False)
- Updated ccache logic to only enable when use_ccache=True and platform is not Windows
- Pass options.use_ccache from main() to build_llvm() call

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-03-20 15:07:09 +08:00
..
esp-idf feat(yml): Add ESP32-P4 and ESP32-C5 support (#4270) 2025-05-19 10:33:09 +08:00
build_llvm.py feat: disable ccache by default, enable with --use-ccache flag 2026-03-20 15:07:09 +08:00
code_coverage.cmake Refactor the CMake and related scripts for unit tests (#4605) 2025-11-04 11:44:46 +08:00
config_common.cmake Fix/branch hint parse issue (#4878) 2026-03-20 10:28:25 +08:00
involve_boringssl.cmake Use boringssl instead of openssl to implement wasm cache loading (#1804) 2022-12-20 14:37:07 +08:00
iwasmConfig.cmake.in Cmake improvements (#4076) 2025-02-21 15:29:49 +08:00
lldb_wasm.patch Fix issues in releasing wamr-lldb (#2497) 2023-08-23 12:56:11 +08:00
package.cmake Replace CMAKE_CURRENT_FUNCTION_LIST_DIR (#4200) 2025-04-17 00:07:25 +08:00
requirements.txt build(deps): Bump requests from 2.32.4 to 2.32.5 in /build-scripts (#4580) 2025-08-27 07:16:41 +08:00
runtime_lib.cmake Turn warnings into errors in CI (#4397) 2025-09-11 06:33:04 +08:00
SConscript Support more features for rt-thread (#3661) 2024-07-26 10:34:15 +08:00
SConscript_config Support more features for rt-thread (#3661) 2024-07-26 10:34:15 +08:00
unsupported_combination.cmake fix: disable unsigned integer overflow sanitization (#4785) 2026-01-22 05:40:52 -08:00
version.cmake Bump version number to 2.4.3 (#4671) 2025-10-23 13:15:25 +08:00
warnings.cmake fix: few CI errors caused by recently enabled compilation flags (#4620) 2025-09-12 16:00:23 +08:00