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 0D45AAC0EB7 for ; Mon, 1 Jul 2024 08:46:37 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=0dgnpP32MKF1nvH29HYraGnePQGiToCgkiIgNiSWm1o=; 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=1719823597; v=1; b=vSBwF6MUCHtbezeyu3UIulbUFY0yZqhJgvNq8g7sBLavQuK/vrcQYa5ZLforNDY454ag2Hrh 52DFqi2Q1aNtnrVtX9WTQtB2lsT57vrYWYIMhfYNUxQjkGbBB60GCqNXJ7rGQ37CcccleZacx5c jTVirEdUhECbE1yb6tc5nQBMAH4G8WP8DUNfTzGzonevpGg7UMamTmIMDKEmNNsIAl2skWnkbkd /0Sasfz9yj13B+viGNuJBzGR1TAnFHN6bK819z1vPHCYB6OBaEfN7PTi4nMuTZb8FPwbKV7AMXa EvhAFrMKcX757dK+uQMpjg9JTHblej+VsHx5yHgw7VMLg== X-Received: by 127.0.0.2 with SMTP id ktTrYY7687511xz9IRU81Ygb; Mon, 01 Jul 2024 01:46:36 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.18]) by mx.groups.io with SMTP id smtpd.web10.15064.1719823589882635267 for ; Mon, 01 Jul 2024 01:46:30 -0700 X-CSE-ConnectionGUID: FJmxIxSYTmiJWUHtZKpbuQ== X-CSE-MsgGUID: /1B6+YSIRiWMTfoGIr20qA== X-IronPort-AV: E=McAfee;i="6700,10204,11119"; a="17072867" X-IronPort-AV: E=Sophos;i="6.09,175,1716274800"; d="scan'208";a="17072867" X-Received: from fmviesa005.fm.intel.com ([10.60.135.145]) by orvoesa110.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Jul 2024 01:46:29 -0700 X-CSE-ConnectionGUID: KlWV1XTIQROUVQYKINgVnA== X-CSE-MsgGUID: AfRgseidS02nL9/8R8s5RA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.09,175,1716274800"; d="scan'208";a="49916675" X-Received: from njayapra-mobl.gar.corp.intel.com ([10.247.147.19]) by fmviesa005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Jul 2024 01:46:28 -0700 From: "Jayaprakash, N" To: devel@edk2.groups.io Cc: Jayaprakash N Subject: [edk2-devel] [edk2-libc Patch 0/1] setup github actions to build PyUEFI using gcc Date: Mon, 1 Jul 2024 14:14:02 +0530 Message-ID: <20240701084622.1496-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, 01 Jul 2024 01:46:31 -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: 7CqCKiu9R0UT8ez3NBs1cq3Rx7686176AA= 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=vSBwF6MU; 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 github actions workflow to build python uefi interpreter with gcc tool chain on Ubuntu Linux system. The build-python-uefi-gcc.yaml file under .github/workflows implements the build action for building the pyuefi interpreter with gcc tool chain. You may visit BZ4794 to know more about this. Jayaprakash N (1): edk2-libc : add github actions workflow to build PyUEFI using gcc .github/workflows/build-python-uefi-gcc.yaml | 71 ++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 .github/workflows/build-python-uefi-gcc.yaml -- 2.45.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#119733): https://edk2.groups.io/g/devel/message/119733 Mute This Topic: https://groups.io/mt/106974576/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-