From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8745DA0032 for ; Mon, 15 Nov 2021 14:06:40 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7F13240E01; Mon, 15 Nov 2021 14:06:40 +0100 (CET) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id 7DC7340141 for ; Mon, 15 Nov 2021 14:06:39 +0100 (CET) Received: by inbox.dpdk.org (Postfix, from userid 33) id 550FEA0C43; Mon, 15 Nov 2021 14:06:39 +0100 (CET) From: bugzilla@dpdk.org To: ci@dpdk.org Subject: [Bug 884] Deploy x86 -> aarch32 gcc cross-compile test Date: Mon, 15 Nov 2021 13:06:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: lab X-Bugzilla-Component: UNH infra X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: juraj.linkes@pantheon.tech X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: ci@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc target_milestone attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org https://bugs.dpdk.org/show_bug.cgi?id=3D884 Bug ID: 884 Summary: Deploy x86 -> aarch32 gcc cross-compile test Product: lab Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: UNH infra Assignee: ci@dpdk.org Reporter: juraj.linkes@pantheon.tech CC: dpdklab@iol.unh.edu Target Milestone: --- Created attachment 176 --> https://bugs.dpdk.org/attachment.cgi?id=3D176&action=3Dedit Dockerfile and shell build script Add x86 -> aarch32 gcc cross compile job. The build/execution assumes dpdk is mounted onto the container, e.g.: IMAGE=3Dubuntu20.04/dpdk_cross_compile_x86_aarch32_gcc # the dockerfile is = inside ubuntu20.04 dir docker build -t ${IMAGE} -f ${IMAGE}.Dockerfile . docker run --rm -it -v $HOME/workspace/dpdk/dpdk:/dpdk -v /usr/src:/usr/src= :ro ${IMAGE} /cross_compile_aarch32.sh --=20 You are receiving this mail because: You are the assignee for the bug.=