From 0d96961e0126c287036780647e87cd853beadb2e Mon Sep 17 00:00:00 2001 From: Binrui Dong Date: Mon, 15 Mar 2021 05:09:19 -0400 Subject: [PATCH] Skip compiling unit tests (#8) --- mainline-build.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/mainline-build.zsh b/mainline-build.zsh index c845678..8fdd4c6 100755 --- a/mainline-build.zsh +++ b/mainline-build.zsh @@ -91,6 +91,7 @@ esac export CCACHE=1 export LUA=1 export LANGUAGES="all" +export RUNTESTS=0 if [[ -z "${DEBUG}" ]]; then export RELEASE=1