* [Bug 883] Deploy x86 -> aarch64 clang cross-compile test
@ 2021-11-15 12:59 bugzilla
0 siblings, 0 replies; only message in thread
From: bugzilla @ 2021-11-15 12:59 UTC (permalink / raw)
To: ci
https://bugs.dpdk.org/show_bug.cgi?id=883
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=175&action=edit
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=ubuntu20.04/dpdk_cross_compile_x86_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} /cross_compile_clang.sh
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-11-15 12:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-15 12:59 [Bug 883] Deploy x86 -> aarch64 clang cross-compile test bugzilla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).