diff mbox series

[v2,09/12] .travis.yml: build documents under bionic

Message ID 20200130113223.31046-10-alex.bennee@linaro.org (mailing list archive)
State New, archived
Headers show
Series testing/next (with build fixes!) | expand

Commit Message

Alex Bennée Jan. 30, 2020, 11:32 a.m. UTC
It looks like the xenial tooling doesn't like something in our setup.
We should probably be moving to bionic for everything soon
anyway (libssh aside).

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Philippe Mathieu-Daudé Jan. 31, 2020, 3:27 p.m. UTC | #1
On 1/30/20 12:32 PM, Alex Bennée wrote:
> It looks like the xenial tooling doesn't like something in our setup.
> We should probably be moving to bionic for everything soon
> anyway (libssh aside).
> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>   .travis.yml | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index 056db1adac..f245765cfe 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -165,7 +165,8 @@ matrix:
>   
>   
>       # Check we can build docs and tools (out of tree)
> -    - name: "[x86] tools and docs"
> +    - name: "tools and docs (bionic)"

As noticed Thomas, it would be clearer to remove '[x86]' in the previous 
patch, and add '(bionic)' description in this one.

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>

> +      dist: bionic
>         env:
>           - BUILD_DIR="out-of-tree/build/dir" SRC_DIR="../../.."
>           - BASE_CONFIG="--enable-tools --enable-docs"
>
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 056db1adac..f245765cfe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -165,7 +165,8 @@  matrix:
 
 
     # Check we can build docs and tools (out of tree)
-    - name: "[x86] tools and docs"
+    - name: "tools and docs (bionic)"
+      dist: bionic
       env:
         - BUILD_DIR="out-of-tree/build/dir" SRC_DIR="../../.."
         - BASE_CONFIG="--enable-tools --enable-docs"