Lines Matching full:ccache
18 # 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
110 …eadlink -f picolibc):/picolibc -w /picolibc -v $GITHUB_WORKSPACE/.ccache:/root/.ccache $IMAGE bash…
149 # The docker image contains ccache, but the ccache action uses the ccache
150 # outside docker for statistics, so install the same ccache version.
151 # Install in /usr/bin so the ccache action gets the expected environment.
152 - name: install ccache
155 …wget -nv https://github.com/ccache/ccache/releases/download/v4.8.2/ccache-4.8.2-linux-x86_64.tar.xz
156 …sudo tar xf ccache-4.8.2-linux-x86_64.tar.xz -C /usr/bin --strip-components=1 --no-same-owner ccac…
157 rm -f ccache-*-linux-x86_64.tar.xz
161 - name: ccache
163 uses: hendrikmuhs/ccache-action@v1.2.14
170 …eadlink -f picolibc):/picolibc -w /picolibc -v $GITHUB_WORKSPACE/.ccache:/root/.ccache $IMAGE bash…
209 # The docker image contains ccache, but the ccache action uses the ccache
210 # outside docker for statistics, so install the same ccache version.
211 # Install in /usr/bin so the ccache action gets the expected environment.
212 - name: install ccache
215 …wget -nv https://github.com/ccache/ccache/releases/download/v4.8.2/ccache-4.8.2-linux-x86_64.tar.xz
216 …sudo tar xf ccache-4.8.2-linux-x86_64.tar.xz -C /usr/bin --strip-components=1 --no-same-owner ccac…
217 rm -f ccache-*-linux-x86_64.tar.xz
221 - name: ccache
223 uses: hendrikmuhs/ccache-action@v1.2.14
230 …eadlink -f picolibc):/picolibc -w /picolibc -v $GITHUB_WORKSPACE/.ccache:/root/.ccache $IMAGE bash…