diff options
author | Jan Vesely <[email protected]> | 2018-09-12 18:18:24 -0400 |
---|---|---|
committer | Jan Vesely <[email protected]> | 2018-09-25 14:08:06 -0400 |
commit | 1f3fe4aaebea5e2f0a1c35c9731372502e4b34cd (patch) | |
tree | 438c908c86e3835862a1407474ebd9d04a1ddafa /.travis.yml | |
parent | cb1b109733918ac0edef92fc10f2dfdc4921fd42 (diff) |
.travis: Drop note about Clover builds being slow
SWR takes 17+ minutes to build. Clover builds take ~6-7 minutes.
Signed-off-by: Jan Vesely <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 4035a729ffe..78e6d251ae4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" |