On 11/28/14 at 03:58pm, Flavio Leitner wrote:
> I don't know travis but I suspect there is no way to pass
> extra options like compile this time with gcc and another
> time with clang.
We could make it depend on $(expr $RANDOM % 2) ;-)
___
dev mailing li
On Fri, Nov 28, 2014 at 06:48:01PM +0100, Thomas Graf wrote:
> On 11/28/14 at 11:01am, Flavio Leitner wrote:
> > On Fri, Nov 28, 2014 at 01:50:02PM +0100, Thomas Graf wrote:
> > > This reduces the total travis build time significantly.
> > >
> > > Signed-off-by: Thomas Graf
> > > ---
> > > .trav
On 11/28/14 at 11:01am, Flavio Leitner wrote:
> On Fri, Nov 28, 2014 at 01:50:02PM +0100, Thomas Graf wrote:
> > This reduces the total travis build time significantly.
> >
> > Signed-off-by: Thomas Graf
> > ---
> > .travis/build.sh | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
On Fri, Nov 28, 2014 at 01:50:02PM +0100, Thomas Graf wrote:
> This reduces the total travis build time significantly.
>
> Signed-off-by: Thomas Graf
> ---
> .travis/build.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.travis/build.sh b/.travis/build.sh
> index 6e9
On Fri, Nov 28, 2014 at 01:45:16PM +0100, Thomas Graf wrote:
> This silences the following sparse warning which appears to be a bug
> in sparse:
>
> lib/classifier-private.h:210:45: warning: call with no type!
> lib/classifier-private.h:179:45: warning: call with no type!
>
> Can be r
This reduces the total travis build time significantly.
Signed-off-by: Thomas Graf
---
.travis/build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis/build.sh b/.travis/build.sh
index 6e99c63..990d263 100755
--- a/.travis/build.sh
+++ b/.travis/build.sh
@@ -80,7 +80
When doing test builds, build against the following kernels:
- KERNEL=3.17.4
- KERNEL=3.16.7
- KERNEL=3.14.25
- KERNEL=3.12.33
- KERNEL=3.10.61
- KERNEL=3.4.104
- KERNEL=2.6.32.64
When doing pure kernel test builds, skip compilation of user space bits.
Signed-off-by: Thomas Graf
--
This silences the following sparse warning which appears to be a bug
in sparse:
lib/classifier-private.h:210:45: warning: call with no type!
lib/classifier-private.h:179:45: warning: call with no type!
Can be reverted when sparse has been fixed.
Cc: Jarno Rajahalme
Signed-off-by