aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/artifact_targets.py
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-02-19 10:28:24 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-02-19 13:35:40 -0800
commit07591a5dfcc04266410084a249b7dda53e2a9d43 (patch)
treee91bb21bf78ca7d4eb6181b16e65f8ffe301a28f /tools/run_tests/artifact_targets.py
parente7b7d86fde3475978c3f7d4dfaabaf549152cd02 (diff)
fix centos6.6 docker build with overlay
Diffstat (limited to 'tools/run_tests/artifact_targets.py')
-rw-r--r--tools/run_tests/artifact_targets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/artifact_targets.py b/tools/run_tests/artifact_targets.py
index 5d678a561f..cf056ec929 100644
--- a/tools/run_tests/artifact_targets.py
+++ b/tools/run_tests/artifact_targets.py
@@ -250,7 +250,7 @@ class ProtocArtifact:
cxxflags = '-DNDEBUG %s' % _ARCH_FLAG_MAP[self.arch]
ldflags = '%s' % _ARCH_FLAG_MAP[self.arch]
if self.platform != 'macos':
- ldflags += ' -static-libgcc -static-libstdc++ -s'
+ ldflags += ' -static-libgcc -static-libstdc++ -s'
environ={'CONFIG': 'opt',
'CXXFLAGS': cxxflags,
'LDFLAGS': ldflags,