diff mbox

[U-Boot] travis-ci: Add swig and libpython-dev to the package list

Message ID 1485211222-21911-1-git-send-email-trini@konsulko.com
State Accepted
Commit f2b0c007f84e582b7a101bd49db60cc8d75f5de4
Delegated to: Tom Rini
Headers show

Commit Message

Tom Rini Jan. 23, 2017, 10:40 p.m. UTC
As part of 1905c8fc711a we introduced failures depending on if swig and
libpython-dev are installed or not.  To provide coverage for this are of
code in the future ensure we have these packages installed.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

Comments

Heiko Schocher Jan. 24, 2017, 6:08 a.m. UTC | #1
Hello Tom,

Am 23.01.2017 um 23:40 schrieb Tom Rini:
> As part of 1905c8fc711a we introduced failures depending on if swig and
> libpython-dev are installed or not.  To provide coverage for this are of
> code in the future ensure we have these packages installed.
>
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
>   .travis.yml | 2 ++
>   1 file changed, 2 insertions(+)

Thanks!

Reviewed-by: Heiko Schocher <hs@denx.de>

bye,
Heiko
>
> diff --git a/.travis.yml b/.travis.yml
> index 8024765c3ae3..48b7b101f1c6 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -19,6 +19,8 @@ addons:
>       - libsdl1.2-dev
>       - python
>       - python-virtualenv
> +    - swig
> +    - libpython-dev
>       - gcc-powerpc-linux-gnu
>       - gcc-arm-linux-gnueabihf
>       - gcc-aarch64-linux-gnu
>
Tom Rini Jan. 25, 2017, 2:15 a.m. UTC | #2
On Mon, Jan 23, 2017 at 05:40:22PM -0500, Tom Rini wrote:

> As part of 1905c8fc711a we introduced failures depending on if swig and
> libpython-dev are installed or not.  To provide coverage for this are of
> code in the future ensure we have these packages installed.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>
> Reviewed-by: Heiko Schocher <hs@denx.de>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/.travis.yml b/.travis.yml
index 8024765c3ae3..48b7b101f1c6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,6 +19,8 @@  addons:
     - libsdl1.2-dev
     - python
     - python-virtualenv
+    - swig
+    - libpython-dev
     - gcc-powerpc-linux-gnu
     - gcc-arm-linux-gnueabihf
     - gcc-aarch64-linux-gnu