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 79015A0032 for ; Mon, 15 Nov 2021 13:59:47 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5285140E01; Mon, 15 Nov 2021 13:59:47 +0100 (CET) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id D2BFB40141 for ; Mon, 15 Nov 2021 13:59:46 +0100 (CET) Received: by inbox.dpdk.org (Postfix, from userid 33) id C0917A0C45; Mon, 15 Nov 2021 13:59:46 +0100 (CET) From: bugzilla@dpdk.org To: ci@dpdk.org Subject: [Bug 883] Deploy x86 -> aarch64 clang cross-compile test Date: Mon, 15 Nov 2021 12:59:45 +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=3D883 Bug ID: 883 Summary: Deploy x86 -> aarch64 clang 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 175 --> https://bugs.dpdk.org/attachment.cgi?id=3D175&action=3Dedit Dockerfile and shell build script Add x86 -> aarch64 clang cross compile job. The build/execution assumes dpdk is mounted onto the container, e.g.: IMAGE=3Dubuntu20.04/dpdk_cross_compile_x86_aarch64 # the dockerfile is insi= de 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_clang.sh --=20 You are receiving this mail because: You are the assignee for the bug.=