Questions tagged [build-cache]

2 questions
1
vote
0 answers

How do you increase the Docker build cache size?

I'm building a container that has the CUDA toolkit in it but the toolkit is ~8GBs. It's extremely cumbersome because Docker won't cache this step and the installation includes redownloading all the files and then installing. Is there a way to force…
Grant Curell
  • 1,321
  • 2
  • 16
  • 32
0
votes
1 answer

With bazel how do I be/make sure objects taken from cache have been build for the right system/libraries?

I got some strange glibc-related linker errors for builds with distributed build cache configured on build nodes running different Linux distributions. Now I somehow suspect build artifacts from those machines with different glibc versions getting…
frans
  • 8,868
  • 11
  • 58
  • 132