From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2.pdinc.us (mail2.pdinc.us [67.90.184.28]) by sourceware.org (Postfix) with ESMTPS id 4E8783858C3B for ; Thu, 23 Sep 2021 01:05:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4E8783858C3B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pdinc.us Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pdinc.us Received: from lovegrove (nsa1.pdinc.us [67.90.184.2]) (authenticated bits=0) by mail2.pdinc.us (8.14.4/8.14.4) with ESMTP id 18N15ftt005444 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 22 Sep 2021 21:05:41 -0400 DKIM-Filter: OpenDKIM Filter v2.11.0 mail2.pdinc.us 18N15ftt005444 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pdinc.us; s=default; t=1632359141; bh=WPlEZ2sX3OiS3wAj8qZBNM7L1HBYTfXDFF+bX23eB14=; h=From:To:Subject:Date:From; b=Zn+AG489buSdY9aKOX8sBHIyu7mUH1Yxtt1TUQg0XVwSB+BQP+p9c/enjugIj8wfk Qz/Rd91iFqJnrhF5iUjkeVjsLTc40wLjjm8WtReV+Hop4zygOlhC2snee6uuYNbqhz Gs8huwH6NsvHU3ucDAdvEgnHPnOqPrG+fKkZ8QdxEB8d6FFAcvheoC3k+X//brfScd czEk12qj9pRs7/Q7L6xJldbjxqGBU/NuZtW0iZo3Fnd5MDCByXm5fXkjs8+nXLKc9B ZfP88yPjYqku1U7vhYCiBZEu9ckHSPFt+8vBrMHS5I7Ysv62Y6mKLZtKnrSxSEjasB 31rI4INbT6wCQ== From: "Jason Pyeron" To: Subject: scallywag CI Date: Wed, 22 Sep 2021 21:05:39 -0400 Message-ID: <06c901d7b017$201b10a0$605131e0$@pdinc.us> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 15.0 Content-Language: en-us Thread-Index: AdewFq0mmY59cN3ITFSHvmjwH/BcJA== X-Spam-Status: No, score=1.0 required=5.0 tests=BAYES_50, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_INFOUSMEBIZ, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Thu, 23 Sep 2021 01:05:43 -0000 > -----Original Message----- > From: Brian Inglis > Sent: Wednesday, September 22, 2021 8:44 PM snip > > Your push should do a lazy create of the git repo, and start the > scallywag CI job on Github actions. In my case, the build requires much older versions of Cygwin to build at the moment. Would this be hopeless for now? > Don't forget to commit any patches or external files used, and specify > all packages required to build, create docs, and run tests in Are the source files downloaded via URL, those are not part of the commits. > BUILD_REQUIRES, to be installed before configure, make, and make check > are run. -Jason