Searched full:ccache (Results 1 – 11 of 11) sorted by relevance
18 # CCache is disabled for the Linux jobs for now.89 # The docker image contains ccache, but the ccache action uses the ccache90 # 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 ccache95 …wget -nv https://github.com/ccache/ccache/releases/download/v4.8.2/ccache-4.8.2-linux-x86_64.tar.xz96 …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.xz101 - name: ccache103 uses: hendrikmuhs/ccache-action@v1.2.14[all …]
21 CCACHE_CMD: ccache95 # The docker image contains ccache, but the ccache action uses the ccache96 # 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 ccache101 …wget -nv https://github.com/ccache/ccache/releases/download/v4.8.2/ccache-4.8.2-linux-x86_64.tar.xz102 …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.xz107 - name: ccache109 uses: hendrikmuhs/ccache-action@v1.2.14[all …]
19 # The docker image contains ccache, but the ccache action uses the ccache20 # 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 ccache25 …wget -nv https://github.com/ccache/ccache/releases/download/v4.8.2/ccache-4.8.2-linux-x86_64.tar.xz26 …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.xz31 - name: ccache33 uses: hendrikmuhs/ccache-action@v1.2.14
3 …eadlink -f picolibc):/picolibc -w /picolibc -v $GITHUB_WORKSPACE/.ccache:/root/.ccache $IMAGE bash…
18 # CCache is disabled for the Linux jobs for now.
21 CCACHE_CMD: ccache
38 …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
49 find_program(CCACHE_PROGRAM ccache)51 message(STATUS "Using ccache: ${CCACHE_PROGRAM}")
361 * Improve CI speed by using ccache on zephyr and mac tests,