File tree 1 file changed +0
-8
lines changed
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,6 @@ install_ubuntu() {
34
34
rm -rf sccache
35
35
apt-get remove -y cargo rustc
36
36
apt-get autoclean && apt-get clean
37
-
38
- echo " Downloading old sccache binary from S3 repo for PCH builds"
39
- curl --retry 3 https://s3.amazonaws.com/ossci-linux/sccache -o /opt/cache/bin/sccache-0.2.14a
40
- chmod 755 /opt/cache/bin/sccache-0.2.14a
41
37
}
42
38
43
39
install_binary () {
@@ -50,10 +46,6 @@ mkdir -p /opt/cache/bin
50
46
sed -e ' s|PATH="\(.*\)"|PATH="/opt/cache/bin:\1"|g' -i /etc/environment
51
47
export PATH=" /opt/cache/bin:$PATH "
52
48
53
- # NB: Install the pre-built binary from S3 as building from source
54
- # https://github.com/pytorch/sccache has started failing mysteriously
55
- # in which sccache server couldn't start with the following error:
56
- # sccache: error: Invalid argument (os error 22)
57
49
install_ubuntu
58
50
59
51
function write_sccache_stub() {
You can’t perform that action at this time.
0 commit comments