Skip to content

Commit a35e26a

Browse files
committed
Attempt Travis build without gtest hacks
1 parent 209c154 commit a35e26a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

setup.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -155,17 +155,6 @@ def run(self):
155155
run('ninja\\ninja -C out.gn/x64.release d8')
156156
else:
157157
gypflags = '-Dv8_use_external_startup_data=0 -Dv8_enable_i18n_support=0 -Dv8_enable_inspector=1 -Dwerror=\'\' '
158-
# for some reason, gtest will sometimes fail to build because the weird cmake-gyp bridge generates
159-
# clang calls that exclude the standard header path. we don't need it, skip building it
160-
run('sed -i "s|\'../samples/samples.gyp:\\*\',||g" gypfiles/all.gyp')
161-
run('sed -i "s|\'../test/cctest/cctest.gyp:\\*\',||g" gypfiles/all.gyp')
162-
run('sed -i "s|\'../test/fuzzer/fuzzer.gyp:\\*\',||g" gypfiles/all.gyp')
163-
run('sed -i "s|\'../test/unittests/unittests.gyp:\\*\',||g" gypfiles/all.gyp')
164-
run('sed -i "s|testing/gmock.gyp ||g" Makefile')
165-
run('sed -i "s|testing/gtest.gyp ||g" Makefile')
166-
run('sed -i "s|test/unittests/unittests.gyp ||g" Makefile')
167-
run('sed -i "s|test/cctest/cctest.gyp ||g" Makefile')
168-
run('sed -i "s|test/fuzzer/fuzzer.gyp ||g" Makefile')
169158
run('make GYPFLAGS="{}" CFLAGS=-fPIC CXXFLAGS=-fPIC {} -j{}'.format(gypflags, MODE,
170159
multiprocessing.cpu_count()))
171160

0 commit comments

Comments
 (0)