Lines Matching full:ccache
21 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
116 …eadlink -f picolibc):/picolibc -w /picolibc -v $GITHUB_WORKSPACE/.ccache:/root/.ccache $IMAGE bash…
155 # The docker image contains ccache, but the ccache action uses the ccache
156 # outside docker for statistics, so install the same ccache version.
157 # Install in /usr/bin so the ccache action gets the expected environment.
158 - name: install ccache
161 …wget -nv https://github.com/ccache/ccache/releases/download/v4.8.2/ccache-4.8.2-linux-x86_64.tar.xz
162 …sudo tar xf ccache-4.8.2-linux-x86_64.tar.xz -C /usr/bin --strip-components=1 --no-same-owner ccac…
163 rm -f ccache-*-linux-x86_64.tar.xz
167 - name: ccache
169 uses: hendrikmuhs/ccache-action@v1.2.14
176 …eadlink -f picolibc):/picolibc -w /picolibc -v $GITHUB_WORKSPACE/.ccache:/root/.ccache $IMAGE bash…