From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 5E41E941438 for ; Thu, 20 Jun 2024 11:49:18 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=5Zo8w6/9Dyi4Ia6bd1exAeR3rNRDP7tWZRjyxhQCWoU=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1718884158; v=1; b=dgTuAOnJ4YELDWOyxouK+WZbOiUvleDPdNA/SJHm/Jx2VDb8DFPd/r05Swl8JpQvyN7QStOv hXZvmqhfAxML8qcVHgqKSsyTHTecoV3O3CrG3/Q4YZrW9BdNuC7w1/PBFgnmhZS9z1Ew5lagSsi jxJHKB4y928WOFyqfTxmDDp8FAyL/cx4tmq0UFUsti9RfitTKmr2Ofq5vsHZ62zyz8BQiEWNJKA HS86EqBjxTxnt5CI6kYFLMDzlo9OifThw/MpYWl8wxCloErY3PzD7mjn780VN3TEkFSKc2SyccB L6Zcsx6Kih7+KBxOqqwdDR/sanlrW491GDQouHngwvkaA== X-Received: by 127.0.0.2 with SMTP id VFCMYY7687511xuRJXBBIqvU; Thu, 20 Jun 2024 04:49:16 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.16]) by mx.groups.io with SMTP id smtpd.web10.45681.1718884155791478241 for ; Thu, 20 Jun 2024 04:49:15 -0700 X-CSE-ConnectionGUID: f9PFBsuYRBui+qWOUFZbNA== X-CSE-MsgGUID: 5iWIeGGGTBSN8uvh3MBrzg== X-IronPort-AV: E=McAfee;i="6700,10204,11108"; a="12161903" X-IronPort-AV: E=Sophos;i="6.08,252,1712646000"; d="scan'208";a="12161903" X-Received: from fmviesa001.fm.intel.com ([10.60.135.141]) by fmvoesa110.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jun 2024 04:49:16 -0700 X-CSE-ConnectionGUID: eW7I9TCeSlCfOh2p4WDJJg== X-CSE-MsgGUID: yQcvMqVBQOKtYpToSeNfMA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.08,252,1712646000"; d="scan'208";a="73421560" X-Received: from njayapra-mobl.gar.corp.intel.com ([10.247.207.132]) by smtpauth.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jun 2024 04:49:15 -0700 From: "Jayaprakash, N" To: devel@edk2.groups.io Cc: Jayaprakash N Subject: [edk2-devel] [edk2-libc Patch v2 0/1] add github actions workflow to build PyUEFI using VS2019 Date: Thu, 20 Jun 2024 17:17:26 +0530 Message-ID: <20240620114908.1610-1-n.jayaprakash@intel.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 Resent-Date: Thu, 20 Jun 2024 04:49:16 -0700 Resent-From: n.jayaprakash@intel.com Reply-To: devel@edk2.groups.io,n.jayaprakash@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: 2UogI1exRx0bJdnMtNU3MHYqx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=dgTuAOnJ; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io This patch adds github actions workflow to build python uefi interpreter with visual studio 2019 tool chain. The build-python-uefi-vs.yaml file under .github/workflows implements the build action for building the pyuefi interpreter with VS2019 tool chain. Please refer to BZ4788 for more details. Jayaprakash N (1): edk2-libc : add github actions workflow to build PyUEFI using VS2019 .github/workflows/build-python-uefi-vs.yaml | 84 +++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 .github/workflows/build-python-uefi-vs.yaml -- 2.45.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#119651): https://edk2.groups.io/g/devel/message/119651 Mute This Topic: https://groups.io/mt/106778224/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-