From f7b3359be12030d762b299681e1aeef0292417ce Mon Sep 17 00:00:00 2001 From: Zubin Duggal <zubin.duggal@gmail.com> Date: Sat, 14 Aug 2021 00:58:15 +0530 Subject: [PATCH] Don't test bindist on CI (partial revert of 232635a59de2b816eeeb65d11d5ca98834d30a81) --- .gitlab/ci.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab/ci.sh b/.gitlab/ci.sh index ff9aeee64c0e..6add2b5ae434 100755 --- a/.gitlab/ci.sh +++ b/.gitlab/ci.sh @@ -348,7 +348,6 @@ function push_perf_notes() { function test_make() { run "$MAKE" test_bindist TEST_PREP=YES run "$MAKE" V=0 VERBOSE=1 test \ - BINDIST=YES THREADS="$cores" \ JUNIT_FILE=../../junit.xml } -- GitLab