Skip to content

Commit

Permalink
Remove -j from lgtm build (apache#6274)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ezelkow1 authored Dec 19, 2019
1 parent a139fd1 commit 27225d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lgtm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ extraction:
configure:
command: "./configure --enable-experimental-plugins"
index:
build_command: "make -j"
build_command: "make"

0 comments on commit 27225d8

Please sign in to comment.