On 4 February 2012 02:49, Erik de Castro Lopo <mle+la at mega-nerd.com> wrote:> What platform does this build on? Is it more than one?Right now it's just running on Linux x86_64. Note that you can look at the build output to see what's failing. E.g. https://mf4.xiph.org/jenkins/job/flac/11/console It's still stuck on the out-of-tree issues with 'make distcheck'. -r
On 4 February 2012 14:13, Ralph Giles <giles at thaumas.net> wrote:> It's still stuck on the out-of-tree issues with 'make distcheck'.Or it was. This particular one seems to have died sooner, on compat.h not being in the dist. -r
Ralph Giles wrote:> On 4 February 2012 14:13, Ralph Giles <giles at thaumas.net> wrote: > > > It's still stuck on the out-of-tree issues with 'make distcheck'. > > Or it was. This particular one seems to have died sooner, on compat.h > not being in the dist.Yep, will fix that. Fixing 'make distcheck' is going to take a little longer. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
Ralph Giles wrote:> On 4 February 2012 02:49, Erik de Castro Lopo <mle+la at mega-nerd.com> wrote: > > > What platform does this build on? Is it more than one? > > Right now it's just running on Linux x86_64.Is there any way to add say a windows machines with MSVC to that? :-) Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
On 4 February 2012 14:30, Erik de Castro Lopo <mle+la at mega-nerd.com> wrote:> Is there any way to add say a windows machines with MSVC to that? :-)There is. It's slightly complicated because (a) I don't have a windows machine with a public IP jenkins can ssh to, and (b) the jenkins box itself doesn't have a public IP the java blob jenkins provides can phone home to. I need to set up appropriate tunnels or packet forwarding. -r