Home
last modified time | relevance | path

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

/picolibc-latest/.github/workflows/
Dlinux.yml18 # CCache is disabled for the Linux jobs for now.
89 # The docker image contains ccache, but the ccache action uses the ccache
90 # outside docker for statistics, so install the same ccache version.
91 # Install in /usr/bin so the ccache action gets the expected environment.
92 - name: install ccache
95 …wget -nv https://github.com/ccache/ccache/releases/download/v4.8.2/ccache-4.8.2-linux-x86_64.tar.xz
96 …sudo tar xf ccache-4.8.2-linux-x86_64.tar.xz -C /usr/bin --strip-components=1 --no-same-owner ccac…
97 rm -f ccache-*-linux-x86_64.tar.xz
101 - name: ccache
103 uses: hendrikmuhs/ccache-action@v1.2.14
[all …]
Dzephyr.yml21 CCACHE_CMD: ccache
95 # The docker image contains ccache, but the ccache action uses the ccache
96 # outside docker for statistics, so install the same ccache version.
97 # Install in /usr/bin so the ccache action gets the expected environment.
98 - name: install ccache
101 …wget -nv https://github.com/ccache/ccache/releases/download/v4.8.2/ccache-4.8.2-linux-x86_64.tar.xz
102 …sudo tar xf ccache-4.8.2-linux-x86_64.tar.xz -C /usr/bin --strip-components=1 --no-same-owner ccac…
103 rm -f ccache-*-linux-x86_64.tar.xz
107 - name: ccache
109 uses: hendrikmuhs/ccache-action@v1.2.14
[all …]
Dsteps-head19 # The docker image contains ccache, but the ccache action uses the ccache
20 # outside docker for statistics, so install the same ccache version.
21 # Install in /usr/bin so the ccache action gets the expected environment.
22 - name: install ccache
25 …wget -nv https://github.com/ccache/ccache/releases/download/v4.8.2/ccache-4.8.2-linux-x86_64.tar.xz
26 …sudo tar xf ccache-4.8.2-linux-x86_64.tar.xz -C /usr/bin --strip-components=1 --no-same-owner ccac…
27 rm -f ccache-*-linux-x86_64.tar.xz
31 - name: ccache
33 uses: hendrikmuhs/ccache-action@v1.2.14
Dsteps-cmake3 …eadlink -f picolibc):/picolibc -w /picolibc -v $GITHUB_WORKSPACE/.ccache:/root/.ccache $IMAGE bash…
Dsteps-minsize3 …eadlink -f picolibc):/picolibc -w /picolibc -v $GITHUB_WORKSPACE/.ccache:/root/.ccache $IMAGE bash…
Dsteps-release3 …eadlink -f picolibc):/picolibc -w /picolibc -v $GITHUB_WORKSPACE/.ccache:/root/.ccache $IMAGE bash…
Dhead18 # CCache is disabled for the Linux jobs for now.
Dhead-zephyr21 CCACHE_CMD: ccache
/picolibc-latest/.github/
DDockerfile-zephyr38 …3d7b2f4f7fab025a8213264b77a2d0e1b1 https://github.com/ccache/ccache/releases/download/v4.8.2/ccach…
39 RUN tar xf ccache-4.8.2-linux-x86_64.tar.xz -C /usr/bin --strip-components=1 --no-same-owner ccache
40 rm -f ccache-*-linux-x86_64.tar.xz
/picolibc-latest/
DCMakeLists.txt49 find_program(CCACHE_PROGRAM ccache)
51 message(STATUS "Using ccache: ${CCACHE_PROGRAM}")
DREADME.md361 * Improve CI speed by using ccache on zephyr and mac tests,