From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 7C602941DCF for ; Tue, 28 Nov 2023 19:49:08 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=j4oBRNbCVjWT241D+GBgfRGeogSbAai8v+Cr+m+Qwao=; c=relaxed/simple; d=groups.io; h=DKIM-Filter:From:To:Cc:Subject:Date:Message-ID:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1701200947; v=1; b=a1DMlIQec4mBTMWElxx8xA/8zORORjs/z8r3vbrvLquS+iDVU7t+eDeUiXQoRrnFUWxq7apM HCK8MfeJHHq/ekHR9o6fGfai838LvvxbTLNCWtQJRubG2rnVCU876cX65gq4KNDTT8iRR3dKjhL jm0AOWkeYj6XXydtvTjnA2+I= X-Received: by 127.0.0.2 with SMTP id htvlYY7687511x6Qh3FplXcL; Tue, 28 Nov 2023 11:49:07 -0800 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.2170.1701200946364207170 for ; Tue, 28 Nov 2023 11:49:06 -0800 X-Received: from localhost.localdomain (unknown [47.201.241.198]) by linux.microsoft.com (Postfix) with ESMTPSA id 5715D20B74C0; Tue, 28 Nov 2023 11:49:05 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 5715D20B74C0 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Bob Feng , Liming Gao , Rebecca Cran , Yuwei Chen Subject: [edk2-devel] [PATCH v1 1/1] BaseTools/Conf/target.template: Use VS2019 as default tool chain Date: Tue, 28 Nov 2023 14:48:47 -0500 Message-ID: <20231128194847.1473-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,mikuback@linux.microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: Cltxp7Zj9LqdC73C6zcfQmd6x7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=a1DMlIQe; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=linux.microsoft.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io From: Michael Kubacki Updates the default tool chain from VS2015x86 to VS2019. This is the VS tool chain used in CI and more likely to be installed on developer's systems. This is used in stuart commands when a toolchain is not explicitly specified. Cc: Bob Feng Cc: Liming Gao Cc: Rebecca Cran Cc: Yuwei Chen Signed-off-by: Michael Kubacki --- BaseTools/Conf/target.template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/BaseTools/Conf/target.template b/BaseTools/Conf/target.templ= ate index d4a3b53b7f3e..592febf55762 100644 --- a/BaseTools/Conf/target.template +++ b/BaseTools/Conf/target.template @@ -22,8 +22,8 @@ ACTIVE_PLATFORM =3D EmulatorPkg/EmulatorPkg.dsc # TARGET List Optional Zero or more of the foll= owing: DEBUG, RELEASE, NOOPT # UserDefined; separated b= y a space character. # If the line is missing o= r no value is specified, all -# valid targets specified = in the platform description file=20 -# will attempt to be built= . The following line will build=20 +# valid targets specified = in the platform description file +# will attempt to be built= . The following line will build # DEBUG platform target. TARGET =3D DEBUG =20 @@ -32,7 +32,7 @@ TARGET =3D DEBUG # or AArch64. # Multiple values can be s= pecified on a single line, using # space characters to sepa= rate the values. These are used -# during the parsing of a = platform description file,=20 +# during the parsing of a = platform description file, # restricting the build ou= tput target(s.) # The Build Target ARCH is= determined by (precedence high to low): # Command-line: -a ARCH = option @@ -51,7 +51,7 @@ TOOL_CHAIN_CONF =3D Conf/tools_def.txt # TAGNAME List Optional Specify the name(s) of the= tools_def.txt TagName to use. # If not specified, all appl= icable TagName tools will be # used for the build. The l= ist uses space character separation. -TOOL_CHAIN_TAG =3D VS2015x86 +TOOL_CHAIN_TAG =3D VS2019 =20 # MAX_CONCURRENT_THREAD_NUMBER NUMBER Optional The number of concurre= nt threads. If not specified or set # to zero, tool automati= cally detect number of processor @@ -64,7 +64,7 @@ TOOL_CHAIN_TAG =3D VS2015x86 =20 =20 # BUILD_RULE_CONF Filename Optional Specify the file name to use for t= he build rules that are followed -# when generating Makefiles. If not = specified, the file:=20 +# when generating Makefiles. If not = specified, the file: # WORKSPACE/Conf/build_rule.txt will= be used BUILD_RULE_CONF =3D Conf/build_rule.txt =20 --=20 2.42.0.windows.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#111825): https://edk2.groups.io/g/devel/message/111825 Mute This Topic: https://groups.io/mt/102858057/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-