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 7883274003E for ; Tue, 23 Jul 2024 06:19:23 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=elF4A/MQH76uqlujyKRMqClt1BqfE3qBjEjAWaHL1Qs=; 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=1721715563; v=1; b=kfHrfHTX5ZFjCxofji/FpXpr/dndK1RmyXXviOBYP2oP3G52iqZ9yoz28uyovyN+cawVMJFX VaWuqhZrdvqahHVzuGajktensrZDE6bUw6OZrrYAluFo2+9pxADMG/yoavurhuXAkYRGat99rwq 9JZSvPD7fVmlXGLdGlM9v42qnJhn8DgBbpaSML/j2ahb0KNlFceLrNc/z+IHxDrUh0fQzkkWBf9 R2yahcK1lSw/PpJO2fR9h+4/TUmpLuRT5DrkTrsyPiZEgpYMUxa8xv8++RdyFX9MUDhLHQ/oq8S xC9njHeYV9ocVY0tAqZ5FOyDvRRbe8xsW4yPxS+Dy9s2g== X-Received: by 127.0.0.2 with SMTP id UuTWYY7687511xoFx6byKfmW; Mon, 22 Jul 2024 23:19:22 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.11]) by mx.groups.io with SMTP id smtpd.web11.37852.1721715561445310735 for ; Mon, 22 Jul 2024 23:19:21 -0700 X-CSE-ConnectionGUID: 4QgxWt0IQGinqC0NwI/dWw== X-CSE-MsgGUID: iwy/q4rqQzO9/Q6U0owkGQ== X-IronPort-AV: E=McAfee;i="6700,10204,11141"; a="29906375" X-IronPort-AV: E=Sophos;i="6.09,230,1716274800"; d="scan'208";a="29906375" X-Received: from orviesa008.jf.intel.com ([10.64.159.148]) by orvoesa103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2024 23:19:21 -0700 X-CSE-ConnectionGUID: aDiHDvrZT26XMNPQEKsEYw== X-CSE-MsgGUID: 6VrmMdH/TqamU1vt9bUd3w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.09,230,1716274800"; d="scan'208";a="52865738" X-Received: from njayapra-mobl.gar.corp.intel.com ([10.247.147.19]) by orviesa008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2024 23:19:18 -0700 From: "Jayaprakash, N" To: devel@edk2.groups.io Cc: Jayaprakash N Subject: [edk2-devel] [edk2-libc Patch v2 0/1] add github workflow to build python uefi with VS2022 Date: Tue, 23 Jul 2024 11:41:57 +0530 Message-ID: <20240723061909.81-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: Mon, 22 Jul 2024 23:19:21 -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: sYSwMeDVY6ufp8S61ygrNdSXx7686176AA= 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=kfHrfHTX; 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 request adds support for building Python uefi interpreter with VS2022 tool chain. A new workflow file has been added to build python uefi interpreter using VS2022. The edk2-libc repo is already enabled building with this tool chain. Jayaprakash N (1): edk2-libc: add github workflow to build python uefi with VS2022 .../workflows/build-python-uefi-vs2022.yaml | 75 +++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 .github/workflows/build-python-uefi-vs2022.yaml -- 2.45.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120011): https://edk2.groups.io/g/devel/message/120011 Mute This Topic: https://groups.io/mt/107500261/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-