[edk2-devel] Do the edk2 CI unit tests work in Linux?

Rebecca Cran rebecca at nuviainc.com
Tue Jun 29 16:37:00 UTC 2021


I think he's referring to NuGet.exe, which unless you're familiar with 
.NET appears to be a Windows executable.


--

Rebecca Cran


On 6/29/21 9:59 AM, Bret Barkelew wrote:
>
> Which executable are you referring to?
>
> Also, yes, it is entirely possible that Linux has more dependencies 
> since the dependency list has conditionals based on your OS.
>
> - Bret
>
> *From: *Steven Shi via groups.io <mailto:steven.shi=intel.com at groups.io>
> *Sent: *Tuesday, June 29, 2021 8:44 AM
> *To: *devel at edk2.groups.io <mailto:devel at edk2.groups.io>; 
> rebecca at nuviainc.com <mailto:rebecca at nuviainc.com>
> *Subject: *[EXTERNAL] Re: [edk2-devel] Do the edk2 CI unit tests work 
> in Linux?
>
> Cran, Thanks. I’m curious whether the .pytool has native Linux 
> executable binary to run? It looks the edk2 CI framework has more 
> dependency in Linux than Windows.
>
> Thanks
>
> *Steven Shi*
>
> *Intel\IAGS\SFP\FIA (Firmware Infrastructure Automation)***
>
> **
>
> *From:* devel at edk2.groups.io <devel at edk2.groups.io> *On Behalf Of 
> *Rebecca Cran
> *Sent:* Tuesday, June 29, 2021 8:13 PM
> *To:* devel at edk2.groups.io; Shi, Steven <steven.shi at intel.com>
> *Subject:* Re: [edk2-devel] Do the edk2 CI unit tests work in Linux?
>
> NuGet.exe is a .NET assembly/executable, so on Linux you'll need to 
> install Mono (https://www.mono-project.com/ 
> <https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.mono-project.com%2F&data=04%7C01%7CBret.Barkelew%40microsoft.com%7C2d053d9e90c54c1367aa08d93b14c604%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637605782683188184%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=cInus0qs0MpcW0xMuRImJH4f%2FJ15gBAXZtaUEKf%2BMmc%3D&reserved=0>).
>
> -- 
>
> Rebecca Cran
>
> On 6/28/21 7:45 PM, Steven Shi wrote:
>
>     Hello,
>
>     I’m interested in the edk2 CI unit
>     tests(https://github.com/tianocore/edk2/tree/master/.pytool
>     <https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Ftianocore%2Fedk2%2Ftree%2Fmaster%2F.pytool&data=04%7C01%7CBret.Barkelew%40microsoft.com%7C2d053d9e90c54c1367aa08d93b14c604%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637605782683198117%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=SqPYBI8L%2BoM1lqCdY4vOptqNcfdP1ohMGKgD3gojpP0%3D&reserved=0>).
>     I tested it in my local. It works well in Windows but does not
>     work in Linux. It looks the NuGet in pytool only has windows
>     version
>     (C:\steven\unit_test_env\Lib\site-packages\edk2toolext\bin\NuGet.exe)
>     but not support the Linux. Below is my detail test steps. Do the
>     edk2 CI unit tests work in Linux?
>
>      1. Windows :
>
>     c:\steven>py -m venv unit_test_env
>
>     c:\steven>cd  c:\steven\edk2
>
>     c:\steven\edk2>c:\steven\unit_test_env\Scripts\activate.bat
>
>     (unit_test_env) c:\steven\edk2>pip install --upgrade -r
>     pip-requirements.txt
>
>     (unit_test_env) c:\steven\edk2>stuart_setup -c
>     .pytool/CISettings.py TOOL_CHAIN_TAG=VS2019
>
>     (unit_test_env) c:\steven\edk2>stuart_update -c
>     .pytool/CISettings.py TOOL_CHAIN_TAG=VS2019
>
>     (unit_test_env) c:\steven\edk2>edksetup.bat
>
>     (unit_test_env) c:\steven\edk2>edksetup.bat Rebuild
>
>     (unit_test_env) c:\steven\edk2>stuart_ci_build -c
>     .pytool/CISettings.py TOOL_CHAIN_TAG=VS2019 -a X64,IA32 -t DEBUG
>     --verbose
>
>>
>     PROGRESS - Overall Build Status: Success
>
>     SECTION - Summary
>
>     PROGRESS - Success
>
>      2. Linux:
>
>     jshi19 at ub2-uefi-b01:~/wksp_efi$ python3 -m venv unit_test_env
>
>     jshi19 at ub2-uefi-b01:~/wksp_efi$ source unit_test_env/bin/activate
>
>     (unit_test_env) jshi19 at ub2-uefi-b01:~/wksp_efi/edk2-2$ pip install
>     --upgrade -r pip-requirements.txt
>
>     (unit_test_env) jshi19 at ub2-uefi-b01:~/wksp_efi/edk2-2$ make -C
>     BaseTools/
>
>     (unit_test_env) jshi19 at ub2-uefi-b01:~/wksp_efi/edk2-2$
>     stuart_setup -c .pytool/CISettings.py TOOL_CHAIN_TAG=GCC5
>
>     (unit_test_env) jshi19 at ub2-uefi-b01:~/wksp_efi/edk2-2$
>     stuart_update -c .pytool/CISettings.py TOOL_CHAIN_TAG=GCC5
>
>     SECTION - Init SDE
>
>     WARNING - Using Pip Tools based BaseTools
>
>     SECTION - Loading Plugins
>
>     SECTION - Start Invocable Tool
>
>     SECTION - Initial update of environment
>
>     UpdatingWARNING - [SDE] Failed to fetch NugetDependecy:
>     edk2-acpica-iasl at 20200717.0.0
>     <mailto:edk2-acpica-iasl at 20200717.0.0>: [Nuget] We failed to
>     install this version 20200717.0.0 of edk2-acpica-iasl
>
>     WARNING - [SDE] Failed to fetch NugetDependecy: mu_nasm at 2.15.05
>     <mailto:mu_nasm at 2.15.05>: [Nuget] We failed to install this
>     version 2.15.05 of mu_nasm
>
>     . Done
>
>     SECTION -       Updated/Verified 3 dependencies
>
>     SECTION - Second pass update of environment
>
>     UpdatingWARNING - [SDE] Failed to fetch NugetDependecy:
>     edk2-acpica-iasl at 20200717.0.0
>     <mailto:edk2-acpica-iasl at 20200717.0.0>: [Nuget] We failed to
>     install this version 20200717.0.0 of edk2-acpica-iasl
>
>     WARNING - [SDE] Failed to fetch NugetDependecy: mu_nasm at 2.15.05
>     <mailto:mu_nasm at 2.15.05>: [Nuget] We failed to install this
>     version 2.15.05 of mu_nasm
>
>     . Done
>
>     SECTION -       Updated/Verified 3 dependencies
>
>     ERROR - We were unable to successfully update 2 dependencies in
>     environment
>
>     SECTION - Summary
>
>     ERROR - Error
>
>     Thanks
>
>     *Steven Shi*
>
>     **
>
>     **
>
> 
>


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#77289): https://edk2.groups.io/g/devel/message/77289
Mute This Topic: https://groups.io/mt/83860276/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/edk2-devel-archive/attachments/20210629/587a12ca/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 3DD9830017BC4F93AACE34599E80F4A7.png
Type: image/png
Size: 140 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/edk2-devel-archive/attachments/20210629/587a12ca/attachment.png>


More information about the edk2-devel-archive mailing list