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 F41F39412B0 for ; Mon, 22 Jul 2024 07:11:30 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=X7mIogk9YUIm+aBZgyMwJu3QNpRcqqufbGE2pEJdKys=; 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=1721632290; v=1; b=AP2/AHk7Yd1UtEu+MleLelEQy8LhlFnQZewhEy+CK9gwpRcF1/Fekx8JBIF2ivC51v0T35uA IUTWQDS85MqfxuPrWxay0JkFoyYfBJQtxC/GwURlCg7tOXeUbKyI8573sObXh927brg0m9jhV7I aFnORzxEotZSlZVXEQpfLyEWQFkySdXC3NFbsU2H5mvv8hQrhzNSBImA6xGcB30cKoM5SwmxEts NGCnwVk6Tz2eNRZCeS4EEoROCGw78yQ2vgmGMcULMXE4ACNsgccP9yGhM+V9Gf7HI1IKUp54pjf lwPVLhnC+fwck7YnUfqcU/5wqf6fmvGc7jNmIVeQSCfCg== X-Received: by 127.0.0.2 with SMTP id ViqfYY7687511xKMunMv6C7p; Mon, 22 Jul 2024 00:11:29 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.15]) by mx.groups.io with SMTP id smtpd.web11.13094.1721632288315068817 for ; Mon, 22 Jul 2024 00:11:28 -0700 X-CSE-ConnectionGUID: oePxPOivQeaI9AJ2GExOaA== X-CSE-MsgGUID: jMjYPDyAR3qoatdvguPLNw== X-IronPort-AV: E=McAfee;i="6700,10204,11140"; a="19333042" X-IronPort-AV: E=Sophos;i="6.09,227,1716274800"; d="scan'208";a="19333042" X-Received: from fmviesa002.fm.intel.com ([10.60.135.142]) by fmvoesa109.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2024 00:11:28 -0700 X-CSE-ConnectionGUID: BNpUQncKQi+jzwdMEHPxqA== X-CSE-MsgGUID: lf0Gnz9ZQu2efYc7WIH2Hw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.09,227,1716274800"; d="scan'208";a="75007719" X-Received: from njayapra-mobl.gar.corp.intel.com ([10.247.249.64]) by fmviesa002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2024 00:11:26 -0700 From: "Jayaprakash, N" To: devel@edk2.groups.io Cc: Jayaprakash N Subject: [edk2-devel] [edk2-libc Patch 0/1] add github workflow to build python uefi with VS2022 Date: Mon, 22 Jul 2024 12:38:46 +0530 Message-ID: <20240722071117.1885-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 00:11:28 -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: z9ouPe2QHYdqZuYHX6hnHRyHx7686176AA= 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="AP2/AHk7"; 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 | 84 +++++++++++++++++++ 1 file changed, 84 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 (#120002): https://edk2.groups.io/g/devel/message/120002 Mute This Topic: https://groups.io/mt/107481169/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-