From patchwork Tue May 7 14:50:02 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 1096372 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-101799-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="P4uopV5L"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 44z2Zx1dmhz9s00 for ; Wed, 8 May 2019 00:50:17 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:mime-version :content-type; q=dns; s=default; b=mDB5jO8fm40+NR6WkCOE8gUeBZsBC 9uQZnJeYgWTNmSueO52BWCH33E2G/ruJLl18Cvi+jB62ZmH7NROdaLoyEMZ5wPEx ktxv2J/wzXL6+awzJprINPnE5XiNTJWokyQ1eayTWc1J0/zwKTsNxSYp1u4PrGtA kTmZrhlPntnzl8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:mime-version :content-type; s=default; bh=nYrbOg/PoRGeupPIV6BbQ8AyVOM=; b=P4u opV5LtHMJpKDD+4Or3kxOsKyQBSZIe96dB8b2d4bXXr4GixhuTrlECg/RvBbllYS nDAKFIFFfW4BQesfuR41qWzzaxqTrDR/QweILMVVeqVe9+XfhdpTtSpSm6NrULqH EZsNtnf3bNNMaKXVL89+CwA2ARlEjsZuzux8twpc= Received: (qmail 126982 invoked by alias); 7 May 2019 14:50:12 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 126974 invoked by uid 89); 7 May 2019 14:50:11 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-15.1 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: relay1.mentorg.com Date: Tue, 7 May 2019 14:50:02 +0000 From: Joseph Myers To: Subject: Use Linux 5.1 in build-many-glibcs.py [committed] Message-ID: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Committed. diff --git a/ChangeLog b/ChangeLog index 1ddb948fa8..692af8e5c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2019-05-07 Joseph Myers + * scripts/build-many-glibcs.py (Context.checkout): Default Linux + version to 5.1. + * scripts/build-many-glibcs.py (Context.checkout): Default GCC version to 9 branch. diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 6f9a35331f..5f7db23f26 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -714,7 +714,7 @@ class Context(object): 'gcc': 'vcs-9', 'glibc': 'vcs-mainline', 'gmp': '6.1.2', - 'linux': '5.0', + 'linux': '5.1', 'mpc': '1.1.0', 'mpfr': '4.0.2', 'mig': 'vcs-mainline',