.travis: Drop note about Clover builds being slow
authorJan Vesely <jan.vesely@rutgers.edu>
Wed, 12 Sep 2018 22:18:24 +0000 (18:18 -0400)
committerJan Vesely <jan.vesely@rutgers.edu>
Tue, 25 Sep 2018 18:08:06 +0000 (14:08 -0400)
SWR takes 17+ minutes to build. Clover builds take ~6-7 minutes.

Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
.travis.yml

index 4035a729ffe477b340980fee082f9f2cef59a595..78e6d251ae4b79a1e512ee496249decafe9d1637 100644 (file)
@@ -186,7 +186,6 @@ matrix:
             - libelf-dev
             - libunwind8-dev
     - env:
-        # NOTE: Analogous to SWR above, building Clover is quite slow.
         - LABEL="make Gallium ST Clover LLVM-3.9"
         - BUILD=make
         - MAKEFLAGS="-j4"
@@ -225,7 +224,6 @@ matrix:
             - libelf-dev
             - libunwind8-dev
     - env:
-        # NOTE: Analogous to SWR above, building Clover is quite slow.
         - LABEL="make Gallium ST Clover LLVM-4.0"
         - BUILD=make
         - MAKEFLAGS="-j4"
@@ -261,7 +259,6 @@ matrix:
             - libelf-dev
             - libunwind8-dev
     - env:
-        # NOTE: Analogous to SWR above, building Clover is quite slow.
         - LABEL="make Gallium ST Clover LLVM-5.0"
         - BUILD=make
         - MAKEFLAGS="-j4"
@@ -297,7 +294,6 @@ matrix:
             - libelf-dev
             - libunwind8-dev
     - env:
-        # NOTE: Analogous to SWR above, building Clover is quite slow.
         - LABEL="make Gallium ST Clover LLVM-6.0"
         - BUILD=make
         - MAKEFLAGS="-j4"