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 24A9DD80D0C for ; Fri, 14 Jun 2024 17:03:03 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=jzH8rUvjjJF9/BtclEFoLVlplHipJ7EaPROuSTaBqrg=; 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=1718384583; v=1; b=onbqGOr9xE40e4qxq751xGMzdUd/PpD2p8DatI4kGd5vOFyoDKzzaXWwOb5NuMUEy+oPhi2q 66ivboLO6vreH8lAwbWdXkEdv62m3fHvSaRTwSlTRFQGuT4HsZlJaax6+3655ADWMDbOCuOkB3K MgkAvH75xbjSoljITfF0gpmWEoNK7smJ5/gh4R3bzz+wlF3KeCBEneWi2CVn8/wBuIScvgslYB9 Om/10D2ClI6vuByAG8Hxx7wr7SBxNscKNrhPmACWnG9HqcwXa9DoYCwXhZ5WDYyD1jKy0GRG1X2 BG0bqhomJ5nNpuKFwVw4AUYuzo16qMk3zoqkbCYgOhh2w== X-Received: by 127.0.0.2 with SMTP id MRpAYY7687511x6DpIi7Y1pc; Fri, 14 Jun 2024 10:03:02 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.14]) by mx.groups.io with SMTP id smtpd.web10.544.1718384582003481109 for ; Fri, 14 Jun 2024 10:03:02 -0700 X-CSE-ConnectionGUID: amgyVqnLSzeY5fUJdSqN4A== X-CSE-MsgGUID: OUINmI8aR7qmLeB3OAXMaA== X-IronPort-AV: E=McAfee;i="6700,10204,11103"; a="15509508" X-IronPort-AV: E=Sophos;i="6.08,238,1712646000"; d="scan'208";a="15509508" X-Received: from fmviesa009.fm.intel.com ([10.60.135.149]) by fmvoesa108.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jun 2024 10:03:01 -0700 X-CSE-ConnectionGUID: NnvWhwv8RYaBPcJ9Z2kzbg== X-CSE-MsgGUID: KqcGu+ByTdO54P6cHJN/HA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.08,238,1712646000"; d="scan'208";a="40660686" X-Received: from njayapra-mobl.gar.corp.intel.com ([10.247.135.165]) by fmviesa009-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jun 2024 10:02:59 -0700 From: "Jayaprakash, N" To: devel@edk2.groups.io Cc: Jayaprakash N Subject: [edk2-devel] [edk2-libc Patch 0/1] add github actions workflow to build Python UEFI with VS2019 Date: Fri, 14 Jun 2024 22:31:30 +0530 Message-ID: <20240614170247.1201-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: Fri, 14 Jun 2024 10:03:02 -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: JKHo0D3J392GQuQvYPDqpOyCx7686176AA= 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=onbqGOr9; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none) This patch request enables the github actions workflow to build Python UEFI interpreter using VS2019 tool chain. Please refere to BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=4788 Jayaprakash N (1): edk2-libc : add github actions workflow to build PyUEFI using VS2019 .github/scripts/enable_pyuefi_apppkg.py | 31 ++++++++ .github/workflows/build-python-uefi-vs.yaml | 84 +++++++++++++++++++++ 2 files changed, 115 insertions(+) create mode 100644 .github/scripts/enable_pyuefi_apppkg.py 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 (#119577): https://edk2.groups.io/g/devel/message/119577 Mute This Topic: https://groups.io/mt/106674324/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-