Searched full:ccache (Results 1 – 25 of 436) sorted by relevance
12345678910>>...18
2 # Install ccache (use slighly older release of ccache that works older compilers and cmake)4 # Install ccache from source since ccache 3.x packaged with most linux distributions6 RUN curl -sSL -o ccache.tar.gz https://github.com/ccache/ccache/releases/download/v4.5.1/ccache-4.5…7 && tar -zxf ccache.tar.gz ${'\\'}8 && cd ccache-4.5.1 ${'\\'}13 && rm -rf ccache-4.5.1 ccache.tar.gz
2 # Install ccache4 # Install ccache from source since ccache 3.x packaged with most linux distributions6 RUN curl -sSL -o ccache.tar.gz https://github.com/ccache/ccache/releases/download/v4.7.5/ccache-4.7…7 && tar -zxf ccache.tar.gz ${'\\'}8 && cd ccache-4.7.5 ${'\\'}13 && rm -rf ccache-4.7.5 ccache.tar.gz
4 # Install ccache6 # Install ccache from source since ccache 3.x packaged with most linux distributions8 RUN curl -sSL -o ccache.tar.gz https://github.com/ccache/ccache/releases/download/v4.5.1/ccache-4.5…9 && tar -zxf ccache.tar.gz \10 && cd ccache-4.5.1 \15 && rm -rf ccache-4.5.1 ccache.tar.gz
6 # Install ccache8 # Install ccache from source since ccache 3.x packaged with most linux distributions10 RUN curl -sSL -o ccache.tar.gz https://github.com/ccache/ccache/releases/download/v4.5.1/ccache-4.5…11 && tar -zxf ccache.tar.gz \12 && cd ccache-4.5.1 \17 && rm -rf ccache-4.5.1 ccache.tar.gz
25 - name: Setup ccache26 uses: hendrikmuhs/ccache-action@faf867a11c028c0b483fb2ae72b6fc8f7d842714 # v1.2.1236 CMAKE_C_COMPILER_LAUNCHER: ccache37 CMAKE_CXX_COMPILER_LAUNCHER: ccache61 - name: Setup ccache62 uses: hendrikmuhs/ccache-action@faf867a11c028c0b483fb2ae72b6fc8f7d842714 # v1.2.1272 CMAKE_C_COMPILER_LAUNCHER: ccache73 CMAKE_CXX_COMPILER_LAUNCHER: ccache98 - name: Setup ccache99 uses: hendrikmuhs/ccache-action@faf867a11c028c0b483fb2ae72b6fc8f7d842714 # v1.2.12[all …]
25 - name: Setup ccache26 uses: hendrikmuhs/ccache-action@c92f40bee50034e84c763e33b317c77adaa81c92 # v1.2.1336 CMAKE_C_COMPILER_LAUNCHER: ccache37 CMAKE_CXX_COMPILER_LAUNCHER: ccache61 - name: Setup ccache62 uses: hendrikmuhs/ccache-action@c92f40bee50034e84c763e33b317c77adaa81c92 # v1.2.1375 CMAKE_C_COMPILER_LAUNCHER: ccache76 CMAKE_CXX_COMPILER_LAUNCHER: ccache101 - name: Setup ccache102 uses: hendrikmuhs/ccache-action@c92f40bee50034e84c763e33b317c77adaa81c92 # v1.2.13[all …]
22 packages: "g++-4.4 ccache"35 packages: "g++-4.6 ccache"47 packages: "g++-4.7 ccache"59 packages: "g++-4.8 ccache"71 packages: "g++-4.8 ccache"83 packages: "g++-4.9 ccache"95 packages: "g++-4.9 ccache"107 packages: "g++-5 ccache"119 packages: "g++-5 ccache"131 packages: "g++-6 ccache"[all …]
18 RUN apk update && apk add autoconf automake bzip2 build-base cmake ccache curl gcc …30 # Install ccache32 # Install ccache from source since ccache 3.x packaged with most linux distributions34 RUN curl -sSL -o ccache.tar.gz https://github.com/ccache/ccache/releases/download/v4.5.1/ccache-4.5…35 && tar -zxf ccache.tar.gz \36 && cd ccache-4.5.1 \41 && rm -rf ccache-4.5.1 ccache.tar.gz
18 RUN apk update && apk add autoconf automake bzip2 build-base cmake ccache curl gcc …39 # Install ccache41 # Install ccache from source since ccache 3.x packaged with most linux distributions43 RUN curl -sSL -o ccache.tar.gz https://github.com/ccache/ccache/releases/download/v4.7.5/ccache-4.7…44 && tar -zxf ccache.tar.gz \45 && cd ccache-4.7.5 \50 && rm -rf ccache-4.7.5 ccache.tar.gz
24 ccache \53 # Install ccache55 # Install ccache from source since ccache 3.x packaged with most linux distributions57 RUN curl -sSL -o ccache.tar.gz https://github.com/ccache/ccache/releases/download/v4.5.1/ccache-4.5…58 && tar -zxf ccache.tar.gz \59 && cd ccache-4.5.1 \64 && rm -rf ccache-4.5.1 ccache.tar.gz
27 # Install ccache29 # Install ccache from source since ccache 3.x packaged with most linux distributions31 RUN curl -sSL -o ccache.tar.gz https://github.com/ccache/ccache/releases/download/v4.5.1/ccache-4.5…32 && tar -zxf ccache.tar.gz \33 && cd ccache-4.5.1 \38 && rm -rf ccache-4.5.1 ccache.tar.gz
19 "CCACHE_DIR=/var/cache/distfiles/ccache",22 "path": "/usr/bin/ccache"53 "CCACHE_DIR=/var/cache/distfiles/ccache",56 "path": "/usr/bin/ccache"87 "CCACHE_DIR=/var/cache/distfiles/ccache",90 "path": "/usr/bin/ccache"121 "CCACHE_DIR=/var/cache/distfiles/ccache",124 "path": "/usr/bin/ccache"154 "CCACHE_DIR=/var/cache/distfiles/ccache",157 "path": "/usr/bin/ccache"[all …]
30 # Install ccache32 # Install ccache from source since ccache 3.x packaged with most linux distributions35 …&& curl -sSL -o ccache.tar.gz https://github.com/ccache/ccache/releases/download/v4.5.1/ccache-4.5…36 && tar -zxf ccache.tar.gz \37 && cd ccache-4.5.1 \42 && rm -rf ccache-4.5.1 ccache.tar.gz
28 # Install ccache30 # Install ccache from source since ccache 3.x packaged with most linux distributions32 RUN curl -sSL -o ccache.tar.gz https://github.com/ccache/ccache/releases/download/v4.5.1/ccache-4.5…33 && tar -zxf ccache.tar.gz \34 && cd ccache-4.5.1 \39 && rm -rf ccache-4.5.1 ccache.tar.gz
35 # Install ccache37 # Install ccache from source since ccache 3.x packaged with most linux distributions39 RUN curl -sSL -o ccache.tar.gz https://github.com/ccache/ccache/releases/download/v4.5.1/ccache-4.5…40 && tar -zxf ccache.tar.gz \41 && cd ccache-4.5.1 \46 && rm -rf ccache-4.5.1 ccache.tar.gz