From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 43075 invoked by alias); 7 Sep 2017 19:52:02 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 42014 invoked by uid 89); 7 Sep 2017 19:52:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=dear X-HELO: mail-oi0-f67.google.com Received: from mail-oi0-f67.google.com (HELO mail-oi0-f67.google.com) (209.85.218.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 07 Sep 2017 19:51:57 +0000 Received: by mail-oi0-f67.google.com with SMTP id g15so459300oib.3 for ; Thu, 07 Sep 2017 12:51:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=GUXtlYEoCY1Y0swv4meGPa8rWfbD+5xl6LUQsQQmJD4=; b=CofgFw4/Z8gcoaa5IpzjqZDqtRycpFTHo+MdU6GI/Dv2dhxcagjoUdkbjoY1nhdDrE syTUQNghZGVUHDtiFS34mtfdG6aoSD3HST6+Bn4vdOY/ebjFxFEyzmEQrBLgoX3dGm25 qV1wkua/AQpBk6kOYH3SZIP/t74g80OXaUxPb69S+y2S7jAwFTxDMk9IpvZQHm2KoNdu ZE8MlxWlQXpvIBEUGIhNfJVCsTnfWsEwUzdKT1qVxoirOZP5EHKzcTRYnjI/g6f3NewP pP1GiKxPg63hnFXs3IX9PaSFmsonS3Yma65u6L+ieBRT3iArqk27Z4m7esKYM4MGPbo2 8XHw== X-Gm-Message-State: AHPjjUhNZXpOw7HOiBwp8gK6p14By60jTDcvQn+calVnfRcEgQ7wzXuI gjr/CG6KMfNLoLvR5FI7CB9JWqJw+g== X-Google-Smtp-Source: AOwi7QB0Op3imW1tWlgCeIISGzuubUfWRuaplLmHDCCnaNEWKE7N8tdGmZW+Pju7Re/YWlugBceRqXC9pjiSDoq2Q3Q= X-Received: by 10.202.87.196 with SMTP id l187mr572503oib.103.1504813915555; Thu, 07 Sep 2017 12:51:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.74.136.75 with HTTP; Thu, 7 Sep 2017 12:51:55 -0700 (PDT) In-Reply-To: <877exathy1.fsf@redhat.com> References: <87efritk02.fsf@redhat.com> <877exathy1.fsf@redhat.com> From: "H.J. Lu" Date: Thu, 07 Sep 2017 19:52:00 -0000 Message-ID: Subject: Re: Oh dear. I regret to inform you that commit b1308d2c3749cc454f00b70768ee33724d919527 might be unfortunate To: Sergio Durigan Junior Cc: Palmer Dabbelt , GDB Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-09/txt/msg00192.txt.bz2 On Thu, Sep 7, 2017 at 12:41 PM, Sergio Durigan Junior 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.