rust/src/ci/docker/dist-arm-linux
Alex Crichton 255a87499d Update sccache binaries on CI
Currently CI builds can fail spuriously during the LLVM build (#39003). I
believe this is due to sccache, and I believe that in turn was due to the fact
that the sccache server used to just be a raw mio server. Historically raw mio
servers are quite complicated to get right, but this is why we built Tokio! The
sccache server has been migrated to Tokio which I suspect would fix any latent
issues.

I have no confirmation of this (never been able to reproduce the deadlock
locally), but my hunch is that updating sccache to the master branch will fix
the timeouts during the LLVM build.

The binaries previously came from Gecko's infrastructure, but I've built new
ones by hand for Win/Mac/Linux and uploaded them to our CI bucket.
2017-02-24 13:16:54 -08:00
..
arm-linux-gnueabi.config travis: Move glibc backwards in time 2017-01-19 14:32:26 -08:00
arm-linux-gnueabihf.config travis: Move glibc backwards in time 2017-01-19 14:32:26 -08:00
build-toolchains.sh More test fixes from rollup 2017-01-20 13:49:16 -08:00
Dockerfile Update sccache binaries on CI 2017-02-24 13:16:54 -08:00