Skip to content

Commit 8eaa9bd

Browse files
aykevldeadprogram
authored andcommitted
ci: fix binaryen build
Disable the googletest dependency so that we can avoid that submodule dependency.
1 parent 6061f3d commit 8eaa9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ ifneq ($(USE_SYSTEM_BINARYEN),1)
256256
binaryen: build/wasm-opt$(EXE)
257257
build/wasm-opt$(EXE):
258258
mkdir -p build
259-
cd lib/binaryen && cmake -G Ninja . -DBUILD_STATIC_LIB=ON $(BINARYEN_OPTION) && ninja bin/wasm-opt$(EXE)
259+
cd lib/binaryen && cmake -G Ninja . -DBUILD_STATIC_LIB=ON -DBUILD_TESTS=OFF $(BINARYEN_OPTION) && ninja bin/wasm-opt$(EXE)
260260
cp lib/binaryen/bin/wasm-opt$(EXE) build/wasm-opt$(EXE)
261261
endif
262262

0 commit comments

Comments
 (0)