We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fdf75 commit bbee49cCopy full SHA for bbee49c
.ci/docker/common/install_cache.sh
@@ -19,12 +19,8 @@ install_ubuntu() {
19
# Instead use lib and headers from OpenSSL1.1 installed in `install_openssl.sh``
20
apt-get install -y cargo
21
echo "Checking out sccache repo"
22
- if [ -n "$CUDA_VERSION" ]; then
23
- # TODO: Remove this
24
- git clone https://github.com/pytorch/sccache
25
- else
26
- git clone https://github.com/mozilla/sccache -b v0.8.2
27
- fi
+ git clone https://github.com/mozilla/sccache -b v0.8.2
+
28
cd sccache
29
echo "Building sccache"
30
cargo build --release
0 commit comments