* |WARNING| pw112573 [PATCH] devtools: unify cross-compilation tests
@ 2022-06-08 16:08 dpdklab
0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2022-06-08 16:08 UTC (permalink / raw)
To: test-report; +Cc: dpdk-test-reports
[-- Attachment #1: Type: text/plain, Size: 2913 bytes --]
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/112573
_apply patch failure_
Submitter: Thomas Monjalon <thomas@monjalon.net>
Date: Wednesday, June 08 2022 15:50:43
Applied on: CommitID:b38db1bfb930fa27cfbc36db227b56c1c1613164
Apply patch set 112573 failed:
Checking patch devtools/test-meson-builds.sh...
error: while searching for:
fi
# x86 MinGW
build build-x86-mingw $srcdir/config/x86/cross-mingw skipABI \
-Dexamples=helloworld
# generic armv8a with clang as host compiler
f=$srcdir/config/arm/arm64_armv8_linux_gcc
export CC="clang"
build build-arm64-host-clang $f ABI $use_shared
unset CC
# some gcc/arm configurations
for f in $srcdir/config/arm/arm64_[bdo]*gcc ; do
export CC="$CCACHE gcc"
targetdir=build-$(basename $f | tr '_' '-' | cut -d'-' -f-2)
build $targetdir $f skipABI $use_shared
unset CC
done
# ppc configurations
for f in $srcdir/config/ppc/ppc* ; do
targetdir=build-$(basename $f | cut -d'-' -f-2)
build $targetdir $f ABI $use_shared
done
# RISC-V configuration
build build-riscv64-linux-gcc $srcdir/config/riscv/riscv64_linux_gcc ABI \
$use_shared
# Test installation of the x86-generic target, to be used for checking
# the sample apps build using the pkg-config file for cflags and libs
error: patch failed: devtools/test-meson-builds.sh:253
Applying patch devtools/test-meson-builds.sh with 1 reject...
Rejected hunk #1.
diff a/devtools/test-meson-builds.sh b/devtools/test-meson-builds.sh (rejected hunks)
@@ -253,31 +253,20 @@ if check_cc_flags '-m32' ; then
fi
# x86 MinGW
-build build-x86-mingw $srcdir/config/x86/cross-mingw skipABI \
- -Dexamples=helloworld
+f=$srcdir/config/x86/cross-mingw
+build build-x86-mingw $f skipABI -Dexamples=helloworld
-# generic armv8a with clang as host compiler
+# generic armv8
f=$srcdir/config/arm/arm64_armv8_linux_gcc
-export CC="clang"
-build build-arm64-host-clang $f ABI $use_shared
-unset CC
-# some gcc/arm configurations
-for f in $srcdir/config/arm/arm64_[bdo]*gcc ; do
- export CC="$CCACHE gcc"
- targetdir=build-$(basename $f | tr '_' '-' | cut -d'-' -f-2)
- build $targetdir $f skipABI $use_shared
- unset CC
-done
+build build-arm64-generic-gcc $f ABI $use_shared
-# ppc configurations
-for f in $srcdir/config/ppc/ppc* ; do
- targetdir=build-$(basename $f | cut -d'-' -f-2)
- build $targetdir $f ABI $use_shared
-done
+# IBM POWER
+f=$srcdir/config/ppc/ppc64le-power8-linux-gcc
+build build-ppc64-power8-gcc $f ABI $use_shared
-# RISC-V configuration
-build build-riscv64-linux-gcc $srcdir/config/riscv/riscv64_linux_gcc ABI \
- $use_shared
+# generic RISC-V
+f=$srcdir/config/riscv/riscv64_linux_gcc
+build build-riscv64-generic-gcc $f ABI $use_shared
# Test installation of the x86-generic target, to be used for checking
# the sample apps build using the pkg-config file for cflags and libs
https://lab.dpdk.org/results/dashboard/patchsets/22510/
UNH-IOL DPDK Community Lab
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-06-08 17:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20220608155044.4128611-1-thomas@monjalon.net>
2022-06-08 15:51 ` |WARNING| pw112573 [PATCH] devtools: unify cross-compilation tests checkpatch
2022-06-08 16:59 ` |SUCCESS| " 0-day Robot
2022-06-08 16:08 |WARNING| " dpdklab
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).