Searched full:ccache (Results 1 – 14 of 14) sorted by relevance
3 # Use ccache if it is installed, unless the user explicitly disables10 find_program(CCACHE_FOUND ccache)12 set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)13 set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK ccache)
84 list(APPEND zephyr_cmake_modules ccache)
77 - name: Prepare ccache timestamp/data87 id: cache-ccache90 …s.ccache_cache_timestamp.outputs.repo }}-${{ github.ref_name }}-clang-${{ matrix.platform }}-ccache91 path: /github/home/.cache/ccache92 aws-s3-bucket: ccache.zephyrproject.org97 - name: ccache stats initial100 …st -d github/home/.cache/ccache && rm -rf /github/home/.cache/ccache && mv github/home/.cache/ccac…101 ccache -M 10G -s122 - name: ccache stats post124 ccache -s[all …]
61 - name: Prepare ccache keys70 id: cache-ccache73 … steps.ccache_cache_prop.outputs.repo }}-${{github.event_name}}-${{matrix.platform}}-codecov-ccache74 path: /github/home/.cache/ccache75 aws-s3-bucket: ccache.zephyrproject.org80 - name: ccache stats initial83 … test -d github/home/.cache/ccache && mv github/home/.cache/ccache /github/home/.cache/ccache84 ccache -M 10G -s95 - name: ccache stats post97 ccache -s[all …]
199 - name: Prepare ccache timestamp/data209 id: cache-ccache213 …timestamp.outputs.repo }}-${{ github.ref_name }}-${{github.event_name}}-${{ matrix.subset }}-ccache214 path: /github/home/.cache/ccache215 aws-s3-bucket: ccache.zephyrproject.org220 - name: ccache stats initial223 …st -d github/home/.cache/ccache && rm -rf /github/home/.cache/ccache && mv github/home/.cache/ccac…224 ccache -M 10G -s267 - name: ccache stats post269 ccache -p[all …]
5 get_property(CCACHE GLOBAL PROPERTY RULE_LAUNCH_COMPILE)14 "NSI_CC:=${CCACHE} ${CMAKE_C_COMPILER}"
11 # ccache will generate unique signatures14 # methods, where an upgraded compiler could have same signature due to ccache
80 ccache dfu-util device-tree-compiler wget \121 sudo pacman -S git cmake ninja gperf ccache dfu-util dtc wget \
93 ccache dfu-util device-tree-compiler wget \135 brew install cmake ninja gperf python3 ccache qemu dtc libmagic
97 compatible = "sifive,fu540-c000-ccache", "starfive,ccache0", "cache";
337 rm -rf ~/.ccache ~/.cache/zephyr
407 * ``ZEP-1663`` - sanitycheck overrides user's environment for CCACHE
1256 * :github:`30531` - When using ccache, compiler identity stored in ToolchainCapabilityDatabase is a…
691 which will ultimately disable ccache.