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 07C2BAC0F27 for ; Mon, 1 Jul 2024 16:13:37 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=cNabvlu9Y5/9EImhBNhOxXH0VipEKzMtvrkL3zXSIGg=; 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=1719850417; v=1; b=j54mZpHPXxqbKloLF1FgKVeamuxWD5/WvsvkfAbNw5nXFkoH8xOH6QlMVejDhwJ9gM8Qg+x8 rvNdwCuonNBUoUEAxjNuIRJKaaxS1TsyxSZLSVMiNzKrf73a3mBzzYH7kj1eIAaLHI4NsS53Xhq Dp81/FGMxNsMjOYIcu+gn6Fh1vpWQzpujzpn1XPaIoJKzgJgoI46pE3wIeAfjQWwtQC7PrQ+mMW pKv1MGk39en+owupQBNFnTZZp7mgbWMVDNnYbDr5/CbfCB1547DtDPh1plGShMN8eDZzLBfNC6D NySNB8oGsoYPBYfi+c9ZMESjxxiDtboWYwZiSQaLPu2sg== X-Received: by 127.0.0.2 with SMTP id B8doYY7687511xzdkc0SyRRk; Mon, 01 Jul 2024 09:13:36 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.13]) by mx.groups.io with SMTP id smtpd.web10.927.1719850415924923868 for ; Mon, 01 Jul 2024 09:13:36 -0700 X-CSE-ConnectionGUID: jReT7chNSr67EuutRnsphQ== X-CSE-MsgGUID: leC6r9thS1eqeV2ABZQgfQ== X-IronPort-AV: E=McAfee;i="6700,10204,11120"; a="28118046" X-IronPort-AV: E=Sophos;i="6.09,176,1716274800"; d="scan'208";a="28118046" X-Received: from orviesa009.jf.intel.com ([10.64.159.149]) by orvoesa105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Jul 2024 09:13:35 -0700 X-CSE-ConnectionGUID: mcAh1vClT8KEU2kWkGhQKw== X-CSE-MsgGUID: NrwKTlTsSym9rr9q71/CdQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.09,176,1716274800"; d="scan'208";a="45701048" X-Received: from njayapra-mobl.gar.corp.intel.com ([10.247.207.132]) by orviesa009-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Jul 2024 09:13:34 -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 gcc Date: Mon, 1 Jul 2024 21:40:45 +0530 Message-ID: <20240701161327.2168-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 09:13:36 -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: 0hgoGr2FWe4rN4mExLvFWeq3x7686176AA= 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=j54mZpHP; 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 | 69 +++++++++++++++++++ .../Python/Python-3.6.8/create_python_pkg.sh | 40 +++++------ 2 files changed, 89 insertions(+), 20 deletions(-) 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 (#119742): https://edk2.groups.io/g/devel/message/119742 Mute This Topic: https://groups.io/mt/106982477/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-