From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: bsdio.com, ip: 65.103.231.193, mailfrom: rebecca@bsdio.com) Received: from muon.bsdio.com (muon.bsdio.com [65.103.231.193]) by groups.io with SMTP; Mon, 16 Sep 2019 20:46:29 -0700 Received: from muon.bsdio.com (localhost [127.0.0.1]) by muon.bsdio.com (Postfix) with ESMTP id 53D4C66486; Mon, 16 Sep 2019 21:46:36 -0600 (MDT) Received: from muon.bsdio.com ([127.0.0.1]) by muon.bsdio.com (muon.bsdio.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id ZLNV6SU6kzVZ; Mon, 16 Sep 2019 21:46:35 -0600 (MDT) Received: from macbex.int.bluestop.org (unknown [10.0.10.144]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by muon.bsdio.com (Postfix) with ESMTPSA; Mon, 16 Sep 2019 21:46:35 -0600 (MDT) Subject: Re: [edk2-devel] [RFC] EDK II Continuous Integration Phase 1 To: devel@edk2.groups.io, michael.d.kinney@intel.com, "rfc@edk2.groups.io" References: From: rebecca@bsdio.com Message-ID: <9985cac5-4a3e-eab0-b6b4-5a031bfb6e07@bsdio.com> Date: Mon, 16 Sep 2019 21:46:27 -0600 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US On 8/29/19 2:22 PM, Michael D Kinney wrote: > The following link is a link to an EDK II WIKI page that > contains a summary of the work to date. Please provide > feedback in the EDK II mailing lists. The WIKI pages will > be updated with input from the entire EDK II community. > > https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Continuous-Integration In that wiki page, it says: "To work with this branch and run tests immediately, all you need to do is: |pip install --upgrade -r requirements.txt stuart_setup -c .\CISettings.py stuart_update -c .\CISettings.py stuart_ci_build -c .\CISettings.py --Tool_Chain VS2017" | I tried doing that in my KUbuntu system, but it was wanting to run NuGet. Once I installed the needed libmono packages via apt, it was wanting to install mu-nasm and then mu-Basetools. I thought it would be pushing changes to Azure to test, not trying to build it locally? -- Rebecca Cran