This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Oh dear. I regret to inform you that commit b1308d2c3749cc454f00b70768ee33724d919527 might be unfortunate


On Thu, Sep 7, 2017 at 12:41 PM, Sergio Durigan Junior
<sergiodj@redhat.com> wrote:
> On Thursday, September 07 2017, H. J. Lu wrote:
>
>> Does it build for a target for any new commits which are unrelated to the
>> target?  For example,  when I make some changes to bfd/elfxx-x86.h,
>> will it triggers a gdb build for Sparc?
>
> We don't have a Sparc buildslave, but every commit related to GDB that
> touches a specific set of files:
>
>   # Don't build commits touching only these directories
>   files_ignored_re = re.compile ("(binutils/|cpu/|elfcpp/|gas/|gold/|gprof/|ld/|texinfo/|gdb/doc/).*")
>
> will be built on *all* builders we have.

When there is a build failure in sparc-nat.c, does a bfd/elfxx-x86.h change
trigger a new build?

-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]