* Running CI on FreeBSD - can't run NuGet.exe directly (need "mono NuGet.exe") @ 2020-03-06 19:06 Rebecca Cran 2020-03-07 21:40 ` [edk2-devel] " Sean 0 siblings, 1 reply; 3+ messages in thread From: Rebecca Cran @ 2020-03-06 19:06 UTC (permalink / raw) To: devel I tried again to get CI running on FreeBSD, and succeeded with one change. FreeBSD can't run .NET executables directly, so NuGet.exe needed to be a shell script that calls "mono NuGet.ex" where the original NuGet.exe has been renamed NuGet.ex . -- Rebecca Cran ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [edk2-devel] Running CI on FreeBSD - can't run NuGet.exe directly (need "mono NuGet.exe") 2020-03-06 19:06 Running CI on FreeBSD - can't run NuGet.exe directly (need "mono NuGet.exe") Rebecca Cran @ 2020-03-07 21:40 ` Sean 2020-03-08 0:29 ` Rebecca Cran 0 siblings, 1 reply; 3+ messages in thread From: Sean @ 2020-03-07 21:40 UTC (permalink / raw) To: Rebecca Cran, devel [-- Attachment #1: Type: text/plain, Size: 425 bytes --] Rebecca, If I understand you correctly we already do something like this on linux. You can see the code here: https://github.com/tianocore/edk2-pytool-extensions/blob/master/edk2toolext/environment/extdeptypes/nuget_dependency.py#L31 For better support can we move this conversation over to the pytool project. Please open an issue here: https://github.com/tianocore/edk2-pytool-extensions/issues Thanks Sean [-- Attachment #2: Type: text/html, Size: 699 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [edk2-devel] Running CI on FreeBSD - can't run NuGet.exe directly (need "mono NuGet.exe") 2020-03-07 21:40 ` [edk2-devel] " Sean @ 2020-03-08 0:29 ` Rebecca Cran 0 siblings, 0 replies; 3+ messages in thread From: Rebecca Cran @ 2020-03-08 0:29 UTC (permalink / raw) To: Sean, devel Sean, Thanks, that's exactly what I was looking for! I'll send a pull request to update the code. -- Rebecca Cran On 3/7/2020 2:40 PM, sean.brogan via [] wrote: > Rebecca, > > If I understand you correctly we already do something like this on linux. > You can see the code here: > https://github.com/tianocore/edk2-pytool-extensions/blob/master/edk2toolext/environment/extdeptypes/nuget_dependency.py#L31 > > For better support can we move this conversation over to the pytool > project. Please open an issue here: > https://github.com/tianocore/edk2-pytool-extensions/issues > > Thanks > Sean ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-03-08 0:29 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2020-03-06 19:06 Running CI on FreeBSD - can't run NuGet.exe directly (need "mono NuGet.exe") Rebecca Cran 2020-03-07 21:40 ` [edk2-devel] " Sean 2020-03-08 0:29 ` Rebecca Cran
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox