From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x433.google.com (mail-wr1-x433.google.com [IPv6:2a00:1450:4864:20::433]) by sourceware.org (Postfix) with ESMTPS id EF206384403C for ; Sun, 17 Jan 2021 05:15:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org EF206384403C Received: by mail-wr1-x433.google.com with SMTP id 6so5974776wri.3 for ; Sat, 16 Jan 2021 21:15:41 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=zwYGDjE+A2SBihL8dCfg92HaIa4nSf4Ksa5GG+dsU64=; b=D0wLlYTUxLCugoesHyZwuQqMSMoG2UUdsnFfPMzuP1rmwvg/jpO+fdHxlH/J03XPKq ALhQntQROcbEGTgQyMwkEZFQ8+hu67gBZgYlgxj5ef9+1V/ywIfce8O03G7BdImRUG4v wZMwZ4XYCzJLOjGMrGt+MmKSJMu6Yevxkmt0PU3U4gLk9BnTQkcQjIJSVDesmme+XOsD Q61KUuYjr50vKSBmhnCr+sLb6JT26ul62vZivYpXZJ1qHivQkyVXqULvD9St36W4zVfu kiYBBbro7nfHteVBVibVDH4oHa7AM1U3tta34UrKn6CR81RIlBmCzGKsNLfzGnCc0jG8 mjaA== X-Gm-Message-State: AOAM531TgnClKDMGNElv7FhFk65pe1Jq/1bx6FBg1+T2ZPwA8hY2k5cA fFwWLPdFOAyYoiSECPfF1cZ91gY9wjU= X-Google-Smtp-Source: ABdhPJznak15zy+DQEee2Va45VVnEFb8Ry6r1XYRlyQM4KAGZnXpHi2d4vG+PTSHujgEllpcYysR4A== X-Received: by 2002:adf:ffc8:: with SMTP id x8mr20163511wrs.158.1610860541104; Sat, 16 Jan 2021 21:15:41 -0800 (PST) Received: from ?IPv6:2003:cc:9f0c:c863:a819:90a7:9501:621a? (p200300cc9f0cc863a81990a79501621a.dip0.t-ipconnect.de. [2003:cc:9f0c:c863:a819:90a7:9501:621a]) by smtp.gmail.com with ESMTPSA id b14sm21353905wrx.77.2021.01.16.21.15.40 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 16 Jan 2021 21:15:40 -0800 (PST) Subject: Re: GitHub automation for Cygwin builds [Was: Updated: moreutils v0.65-1] To: cygwin-apps@cygwin.com References: From: Marco Atzeri Message-ID: <240a782c-16b9-b829-df00-47e743ac3998@gmail.com> Date: Sun, 17 Jan 2021 06:15:38 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: it Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2021 05:15:44 -0000 On 16.01.2021 23:31, Ken Brown via Cygwin-apps wrote: > On 1/16/2021 3:33 PM, Adam Dinwoodie wrote: >> On Sat, 16 Jan 2021 at 20:22, Adam Dinwoodie wrote: >>> Version 0.65-1 of moreutils has been uploaded and should be coming >>> soon to a distribution server near you. > > I assume you're quoting from https://cygwin.com/packaging/build.html. > Scallywag does have some limitations currently, but I think the > statement you quoted is obsolete.  I often have Scallywag deploy my > packages, as does Jon Turney. > > The limitations I've bumped into are: > > 1. Scallywag will time out after an hour on each arch until now I was hit only during test. But I stil need to deploy on our Git some of the heavy packages > > 2. Several of my packages fail to build on x86 because of gcc crashes. 3. sometimes the failure is not in the build, but in missing or imperfect testing > > I think these limitations are outweighed by the fact that a Scallywag > build is automatically triggered by a push to an official source repo > (https://cygwin.com/packaging/repos.html).  All maintainers can use this > without any special setup. +1 > Ken but of course Adam, more options are always better, Thank for sharing Marco