[Bug 884] Deploy x86 -> aarch32 gcc cross-compile test
bugzilla at dpdk.org
bugzilla at dpdk.org
Mon Nov 15 14:06:39 CET 2021
https://bugs.dpdk.org/show_bug.cgi?id=884
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 at dpdk.org
Reporter: juraj.linkes at pantheon.tech
CC: dpdklab at iol.unh.edu
Target Milestone: ---
Created attachment 176
--> https://bugs.dpdk.org/attachment.cgi?id=176&action=edit
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=ubuntu20.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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the ci
mailing list