From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out02.mta.xmission.com (out02.mta.xmission.com [166.70.13.232]) by mx.groups.io with SMTP id smtpd.web11.448.1583521621497047233 for ; Fri, 06 Mar 2020 11:07:01 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: bsdio.com, ip: 166.70.13.232, mailfrom: rebecca@bsdio.com) Received: from in02.mta.xmission.com ([166.70.13.52]) by out02.mta.xmission.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jAIJI-0002XM-FG for devel@edk2.groups.io; Fri, 06 Mar 2020 12:07:00 -0700 Received: from mta3.zcs.xmission.com ([166.70.13.67]) by in02.mta.xmission.com with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.87) (envelope-from ) id 1jAIJI-0002OI-2V for devel@edk2.groups.io; Fri, 06 Mar 2020 12:07:00 -0700 Received: from localhost (localhost [127.0.0.1]) by mta3.zcs.xmission.com (Postfix) with ESMTP id D0E6F16210F for ; Fri, 6 Mar 2020 12:06:59 -0700 (MST) X-Amavis-Modified: Mail body modified (using disclaimer) - mta3.zcs.xmission.com Received: from mta3.zcs.xmission.com ([127.0.0.1]) by localhost (mta3.zcs.xmission.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id kGO8IFgz1P8V for ; Fri, 6 Mar 2020 12:06:59 -0700 (MST) Received: from [10.0.10.120] (muon.bluestop.org [65.103.231.193]) (Authenticated sender: rebecca@bsdio.com) by mta3.zcs.xmission.com (Postfix) with ESMTPSA id 9ED301621B7 for ; Fri, 6 Mar 2020 12:06:59 -0700 (MST) To: devel@edk2.groups.io From: "Rebecca Cran" Message-ID: <3a853e3c-3fdc-54c9-b343-c33cb017b3b3@bsdio.com> Date: Fri, 6 Mar 2020 12:06:58 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 X-XM-SPF: eid=1jAIJI-0002OI-2V;;;mid=<3a853e3c-3fdc-54c9-b343-c33cb017b3b3@bsdio.com>;;;hst=in02.mta.xmission.com;;;ip=166.70.13.67;;;frm=rebecca@bsdio.com;;;spf=pass X-SA-Exim-Connect-IP: 166.70.13.67 X-SA-Exim-Mail-From: rebecca@bsdio.com X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on sa03.xmission.com X-Spam-Level: X-Spam-Status: No, score=0.5 required=8.0 tests=ALL_TRUSTED,BAYES_50, DCC_CHECK_NEGATIVE,T_TooManySym_01,T_TooManySym_02,XMSubLong autolearn=disabled version=3.4.2 X-Spam-Virus: No X-Spam-Report: * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP * 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% * [score: 0.5032] * 0.7 XMSubLong Long Subject * -0.0 DCC_CHECK_NEGATIVE Not listed in DCC * [sa03 1397; IP=ok Body=1 Fuz1=1] [Fuz2=1] * 0.0 T_TooManySym_02 5+ unique symbols in subject * 0.0 T_TooManySym_01 4+ unique symbols in subject X-Spam-DCC: XMission; sa03 1397; IP=ok Body=1 Fuz1=1 Fuz2=1 X-Spam-Combo: ;devel@edk2.groups.io X-Spam-Relay-Country: X-Spam-Timing: total 217 ms - load_scoreonly_sql: 0.04 (0.0%), signal_user_changed: 3.3 (1.5%), b_tie_ro: 2.2 (1.0%), parse: 1.12 (0.5%), extract_message_metadata: 4.3 (2.0%), get_uri_detail_list: 0.40 (0.2%), tests_pri_-1000: 3.0 (1.4%), tests_pri_-950: 1.14 (0.5%), tests_pri_-900: 0.83 (0.4%), tests_pri_-90: 17 (8.0%), check_bayes: 16 (7.5%), b_tokenize: 3.5 (1.6%), b_tok_get_all: 6 (3.0%), b_comp_prob: 1.18 (0.5%), b_tok_touch_all: 3.4 (1.6%), b_finish: 0.56 (0.3%), tests_pri_0: 173 (80.0%), check_dkim_signature: 0.37 (0.2%), check_dkim_adsp: 49 (22.7%), poll_dns_idle: 44 (20.3%), tests_pri_10: 2.6 (1.2%), tests_pri_500: 7 (3.2%), rewrite_mail: 0.00 (0.0%) Subject: Running CI on FreeBSD - can't run NuGet.exe directly (need "mono NuGet.exe") X-Spam-Flag: No X-SA-Exim-Version: 4.2.1 (built Thu, 05 May 2016 13:38:54 -0600) X-SA-Exim-Scanned: Yes (on in02.mta.xmission.com) Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US 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