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 8E88CA0032 for ; Mon, 15 Nov 2021 14:44:44 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7882E40E25; Mon, 15 Nov 2021 14:44:44 +0100 (CET) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id 04C2540E01 for ; Mon, 15 Nov 2021 14:44:42 +0100 (CET) Received: by inbox.dpdk.org (Postfix, from userid 33) id C79D6A0C45; Mon, 15 Nov 2021 14:44:42 +0100 (CET) From: bugzilla@dpdk.org To: ci@dpdk.org Subject: [Bug 885] Deploy aarch64 clang compile and unit test jobs Date: Mon, 15 Nov 2021 13:44:42 +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=3D885 Bug ID: 885 Summary: Deploy aarch64 clang compile and unit test jobs Product: lab Version: unspecified Hardware: All OS: All 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 177 --> https://bugs.dpdk.org/attachment.cgi?id=3D177&action=3Dedit Dockerfile and shell build script Deploy aarch64 clang compile and unit test jobs. The attached build/execution assumes dpdk is mounted onto the container, e.= g.: IMAGE=3Dubuntu20.04/dpdk_clang_aarch64 # 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} /compile_test_clang.sh --=20 You are receiving this mail because: You are the assignee for the bug.=