From ad28c693d49ec1c73a46b2227f1c80872078124c Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 21 Apr 2022 17:03:34 +0200 Subject: [PATCH] Excluded the new wasmer-compiler-cli from lint test, like wasmer-cli it's based on --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a29e19724de..6fba03fab3e 100644 --- a/Makefile +++ b/Makefile @@ -151,7 +151,7 @@ ifneq ($(ENABLE_LLVM), 0) endif endif -exclude_tests := --exclude wasmer-c-api --exclude wasmer-cli +exclude_tests := --exclude wasmer-c-api --exclude wasmer-cli --exclude wasmer-compiler-cli # Is failing to compile in Linux for some reason exclude_tests += --exclude wasmer-wasi-experimental-io-devices # We run integration tests separately (it requires building the c-api)