]> git.lizzy.rs Git - rust.git/commitdiff
Add note to src/ci/docker/README.md about multiple docker images
authorAaron Hill <aa1ronham@gmail.com>
Fri, 6 Dec 2019 21:38:57 +0000 (16:38 -0500)
committerGitHub <noreply@github.com>
Fri, 6 Dec 2019 21:38:57 +0000 (16:38 -0500)
I spent a while debugging a strage linker error about an outdated `glibc` version, only to discover that it was caused by a stale `obj` directory. It wasn't obviously to be that using the same obj dir with multiple Docker images (for the same target triple) could be a problem.

This commit adds a note to the README, which should hopefully be helpful to anyone else who runs into this issue.


No differences found