]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #67102 - Aaron1011:patch-3, r=Mark-Simulacrum
authorMazdak Farrokhzad <twingoow@gmail.com>
Fri, 6 Dec 2019 22:27:08 +0000 (23:27 +0100)
committerGitHub <noreply@github.com>
Fri, 6 Dec 2019 22:27:08 +0000 (23:27 +0100)
commitdbc9f306b69153cdff991303c1dfd7a29136b752
tree703464bdb077746244b9d553579c48b9cbbedc70
parent29847a4d44469dd8f91709a1360b012a127f1259
parent3c14f0eaa7eafb1a61dab61fc37c11c3e450cba2
Rollup merge of #67102 - Aaron1011:patch-3, r=Mark-Simulacrum

Add note to src/ci/docker/README.md about multiple docker images

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.