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

fix C# --use_docker on linux

parent 6e2f88c9
No related branches found
No related tags found
No related merge requests found
......@@ -509,6 +509,8 @@ class CSharpLanguage(object):
_check_compiler(self.args.compiler, ['default', 'coreclr'])
if self.platform == 'linux' and self.args.compiler == 'coreclr':
self._docker_distro = 'coreclr'
else:
self._docker_distro = 'jessie'
if self.platform == 'mac':
# TODO(jtattermusch): EMBED_ZLIB=true currently breaks the mac build
......
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