Searched full:ccache (Results 1 – 25 of 497) sorted by relevance
12345678910>>...20
4 cache: ccache15 - mkdir -p $HOME/.ccache16 - ccache -s17 - ccache -z20 -v $HOME/.ccache:/opt/ccache23 -e CCACHE_DIR=/opt/ccache28 -v $HOME/.ccache:/opt/ccache31 -e CCACHE_DIR=/opt/ccache36 -v $HOME/.ccache:/opt/ccache39 -e CCACHE_DIR=/opt/ccache[all …]
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
3 # This script installs CCache with CUDA support.14 path="$HOME/ccache"54 if [ -f "$CUDA_NVCC_EXECUTABLE" ] && [[ "$CUDA_NVCC_EXECUTABLE" == *"ccache"* ]]; then # Heuristic…57 … echo "CCache with nvcc support is already installed at $CUDA_NVCC_EXECUTABLE, please add --force"63 # Installing CCache64 echo "CCache will be installed at $path"69 with_proxy git clone https://github.com/colesbury/ccache.git "$path" -b ccbin77 ln -sf "$path/bin/ccache" "$path/lib/cc"78 ln -sf "$path/bin/ccache" "$path/lib/c++"79 ln -sf "$path/bin/ccache" "$path/lib/gcc"[all …]
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@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.1436 CMAKE_C_COMPILER_LAUNCHER: ccache37 CMAKE_CXX_COMPILER_LAUNCHER: ccache60 - name: Setup ccache61 uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.1471 CMAKE_C_COMPILER_LAUNCHER: ccache72 CMAKE_CXX_COMPILER_LAUNCHER: ccache94 - name: Setup ccache95 uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14[all …]
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
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
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 …]
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
22 - name: Setup ccache23 uses: hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.1733 CMAKE_C_COMPILER_LAUNCHER: ccache34 CMAKE_CXX_COMPILER_LAUNCHER: ccache58 - name: Setup ccache59 uses: hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.1769 CMAKE_C_COMPILER_LAUNCHER: ccache70 CMAKE_CXX_COMPILER_LAUNCHER: ccache93 - name: Setup ccache94 uses: hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17[all …]
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
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
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 …]