]> git.ozlabs.org Git - next-scripts/commitdiff
add NO_BPF_SKEL=1 to the perf build for now
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 23 Mar 2023 22:49:08 +0000 (09:49 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 23 Mar 2023 22:49:08 +0000 (09:49 +1100)
do_build

index 072db1399b2f77126b323a88a595db31e26e2d69..385a7cf039c206793f367331bbe75a19dbcb9791 100755 (executable)
--- a/do_build
+++ b/do_build
@@ -115,7 +115,7 @@ $cmd <<-EOF
        d="$bparent/perf"
        [ -d \$d ] || mkdir \$d || exit 1
        log_perf=\$d.log
-       /usr/bin/time make -C tools/perf -f Makefile.perf -s -O -j60 O=\$d > \$log_perf 2>&1
+       /usr/bin/time make -C tools/perf -f Makefile.perf -s -O -j60 O=\$d NO_BPF_SKEL=1 > \$log_perf 2>&1
        rc=\$?
 
        if [ \$rc -ne 0 ]; then