Skip to content
Snippets Groups Projects
Commit 04ba3ca5 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

Merge pull request #4061 from ctiller/really-docker

Fix for TSAN build failing repeatedly
parents 4718e2bc 2dfd2de4
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,7 @@ docker run \
-e "arch=$arch" \
-e CCACHE_DIR=/tmp/ccache \
-e XDG_CACHE_HOME=/tmp/xdg-cache-home \
-e THIS_IS_REALLY_NEEDED='see https://github.com/docker/docker/issues/14203 for why docker is awful' \
-i $TTY_FLAG \
-v "$git_root:/var/local/jenkins/grpc" \
-v /tmp/ccache:/tmp/ccache \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment