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 Thursday, September 07 2017, H. J. Lu wrote:

> 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?

Actually, yes.  Every new commit will trigger a new build, but if the
breakage is still present, no new breakage e-mails will be sent.

-- 
Sergio
GPG key ID: 237A 54B1 0287 28BF 00EF  31F4 D0EB 7628 65FC 5E36
Please send encrypted e-mail if possible
http://sergiodj.net/


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