Skip to content

Commit 2e1e02e

Browse files
authored
Don't build binaryen tests (#1551)
These seems to be some issue with building gtest on ubuntu/focal. Looks like maybe the libstdc++ is too old for it.
1 parent 0992ad5 commit 2e1e02e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

emsdk.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,6 +1315,7 @@ def build_binaryen_tool(tool):
13151315
# Configure
13161316
cmake_generator, args = get_generator_and_config_args(tool)
13171317
args += ['-DENABLE_WERROR=0'] # -Werror is not useful for end users
1318+
args += ['-DBUILD_TESTS=0'] # We don't want to build or run tests
13181319

13191320
if 'Visual Studio' in CMAKE_GENERATOR:
13201321
if BUILD_FOR_TESTING:

0 commit comments

Comments
 (0)