[CRIU] Bringin back former syscalls

Cyrill Gorcunov gorcunov at gmail.com
Fri Feb 19 08:09:34 PST 2016


On Fri, Feb 19, 2016 at 09:06:47AM -0700, Tycho Andersen wrote:
> Hi Cyrill,
> 
> If this is just for travis (i.e. we don't care about people with
> really old libcs as users), you can run travis on trusty now, which
> has a libc that isn't from 2012 and hopefully (?) defines SYS_*. See
> the attached patch.
> 

Hi Tycho! Yes, for travis mostly.
Ack for the patch.

> From 67a80e55b126844b20344edf703f2ac76652aa6f Mon Sep 17 00:00:00 2001
> From: Tycho Andersen <tycho.andersen at canonical.com>
> Date: Fri, 19 Feb 2016 09:04:32 -0700
> Subject: [PATCH] travis: run tests on trusty instead of precise
> 
> precise's libc headers are extremly old and don't define SYS_*. trusty's
> do, so let's run the travis tests there.
> 
> Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>
> ---
>  .travis.yml | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/.travis.yml b/.travis.yml
> index 6123e24..191832c 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -9,3 +9,5 @@ before_install:
>    - sudo apt-get install -qq protobuf-c-compiler libprotobuf-c0-dev libaio-dev libprotobuf-dev protobuf-compiler python-ipaddr libcap-dev libnl-3-dev
>  script:
>    - "bash -ex scripts/travis-ci.sh"
> +sudo: required
> +dist: trusty
> -- 
> 2.5.0
> 


	Cyrill


More information about the CRIU mailing list