Home
last modified time | relevance | path

Searched full:ccache (Results 1 – 14 of 14) sorted by relevance

/Zephyr-Core-3.6.0/cmake/modules/
Dccache.cmake3 # Use ccache if it is installed, unless the user explicitly disables
10 find_program(CCACHE_FOUND ccache)
12 set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
13 set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK ccache)
Dzephyr_default.cmake84 list(APPEND zephyr_cmake_modules ccache)
/Zephyr-Core-3.6.0/.github/workflows/
Dclang.yaml77 - name: Prepare ccache timestamp/data
87 id: cache-ccache
90 …s.ccache_cache_timestamp.outputs.repo }}-${{ github.ref_name }}-clang-${{ matrix.platform }}-ccache
91 path: /github/home/.cache/ccache
92 aws-s3-bucket: ccache.zephyrproject.org
97 - name: ccache stats initial
100 …st -d github/home/.cache/ccache && rm -rf /github/home/.cache/ccache && mv github/home/.cache/ccac…
101 ccache -M 10G -s
122 - name: ccache stats post
124 ccache -s
[all …]
Dcodecov.yaml61 - name: Prepare ccache keys
70 id: cache-ccache
73 … steps.ccache_cache_prop.outputs.repo }}-${{github.event_name}}-${{matrix.platform}}-codecov-ccache
74 path: /github/home/.cache/ccache
75 aws-s3-bucket: ccache.zephyrproject.org
80 - name: ccache stats initial
83 … test -d github/home/.cache/ccache && mv github/home/.cache/ccache /github/home/.cache/ccache
84 ccache -M 10G -s
95 - name: ccache stats post
97 ccache -s
[all …]
Dtwister.yaml199 - name: Prepare ccache timestamp/data
209 id: cache-ccache
213 …timestamp.outputs.repo }}-${{ github.ref_name }}-${{github.event_name}}-${{ matrix.subset }}-ccache
214 path: /github/home/.cache/ccache
215 aws-s3-bucket: ccache.zephyrproject.org
220 - name: ccache stats initial
223 …st -d github/home/.cache/ccache && rm -rf /github/home/.cache/ccache && mv github/home/.cache/ccac…
224 ccache -M 10G -s
267 - name: ccache stats post
269 ccache -p
[all …]
/Zephyr-Core-3.6.0/boards/posix/common/
Dnatsim_config.cmake5 get_property(CCACHE GLOBAL PROPERTY RULE_LAUNCH_COMPILE)
14 "NSI_CC:=${CCACHE} ${CMAKE_C_COMPILER}"
/Zephyr-Core-3.6.0/cmake/
Dtarget_toolchain_flags.cmake11 # ccache will generate unique signatures
14 # methods, where an upgraded compiler could have same signature due to ccache
/Zephyr-Core-3.6.0/doc/develop/getting_started/
Dinstallation_linux.rst80 ccache dfu-util device-tree-compiler wget \
121 sudo pacman -S git cmake ninja gperf ccache dfu-util dtc wget \
Dindex.rst93 ccache dfu-util device-tree-compiler wget \
135 brew install cmake ninja gperf python3 ccache qemu dtc libmagic
/Zephyr-Core-3.6.0/dts/riscv/starfive/
Dstarfive_jh7100_beagle_v.dtsi97 compatible = "sifive,fu540-c000-ccache", "starfive,ccache0", "cache";
/Zephyr-Core-3.6.0/boards/xtensa/intel_adsp_cavs25/doc/
Dintel_adsp_generic.rst337 rm -rf ~/.ccache ~/.cache/zephyr
/Zephyr-Core-3.6.0/doc/releases/
Drelease-notes-1.7.rst407 * ``ZEP-1663`` - sanitycheck overrides user's environment for CCACHE
Drelease-notes-2.5.rst1256 * :github:`30531` - When using ccache, compiler identity stored in ToolchainCapabilityDatabase is a…
/Zephyr-Core-3.6.0/scripts/pylib/twister/twisterlib/
Denvironment.py691 which will ultimately disable ccache.