This is an automated email from the ASF dual-hosted git repository.

eze pushed a commit to branch ezelkow1-lgtm-j
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit e50adef0fad90a1a42f27aaa949fe5aae8ce2cd6
Author: Evan Zelkowitz <e...@apache.org>
AuthorDate: Thu Dec 19 08:40:09 2019 -0700

    Remove -j from lgtm build
    
    The lgtm build seems to be hanging some times for an hour or two, which can 
then lead to the build timing out when it keeps going. Removing the -j option 
thinking this might be causing resource contention with the builds. Have done a 
successful test build using this config
---
 .lgtm.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.lgtm.yml b/.lgtm.yml
index a72b8bf..44bef7f 100644
--- a/.lgtm.yml
+++ b/.lgtm.yml
@@ -29,4 +29,4 @@ extraction:
     configure:
       command: "./configure --enable-experimental-plugins"
     index:
-      build_command: "make -j"
+      build_command: "make"

Reply via email to