Lines Matching full:sccache
6 echo "Preparing to build sccache from source"
11 echo "Checking out sccache repo"
12 git clone https://github.com/pytorch/sccache
13 cd sccache
14 echo "Building sccache"
16 cp target/release/sccache /opt/cache/bin
19 rm -rf sccache
25 echo "Downloading sccache binary from S3 repo"
26 curl --retry 3 https://s3.amazonaws.com/ossci-linux/sccache -o /opt/cache/bin/sccache
36 curl --retry 3 http://repo.radeon.com/misc/.sccache_amd/sccache -o /opt/cache/bin/sccache
40 # https://github.com/pytorch/sccache has started failing mysteriously
41 # in which sccache server couldn't start with the following error:
42 # sccache: error: Invalid argument (os error 22)
45 chmod a+x /opt/cache/bin/sccache
50 …/bin/sh\nif [ \$(env -u LD_PRELOAD ps -p \$PPID -o comm=) != sccache ]; then\n exec sccache $(whi…
79 # causing the /opt/cache/bin to be skipped. We must create the sccache wrappers
91 printf "#!/bin/sh\nexec sccache $WRAPPED \"\$@\"" > "$OLDCOMP"