[Bug 885] Deploy aarch64 clang compile and unit test jobs

bugzilla at dpdk.org bugzilla at dpdk.org
Mon Nov 15 14:44:42 CET 2021


https://bugs.dpdk.org/show_bug.cgi?id=885

            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 at dpdk.org
          Reporter: juraj.linkes at pantheon.tech
                CC: dpdklab at iol.unh.edu
  Target Milestone: ---

Created attachment 177
  --> https://bugs.dpdk.org/attachment.cgi?id=177&action=edit
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=ubuntu20.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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the ci mailing list