From b229376aa2083fc2a272a2eab7d8b827e6652b51 Mon Sep 17 00:00:00 2001 From: nhyatt Date: Sun, 4 Feb 2024 13:23:06 -0600 Subject: [PATCH] why did we fail..... --- build-ffmpeg.jenkins | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-ffmpeg.jenkins b/build-ffmpeg.jenkins index 92e49c4..29c3672 100644 --- a/build-ffmpeg.jenkins +++ b/build-ffmpeg.jenkins @@ -51,7 +51,8 @@ podTemplate( cd ${workspace}/ffmpeg dnf install curl gcc-g++ libtool make xz python perl perl-devel openssl-devel diffutils bzip2 glibc-static libstdc++-static -y sed -r -i -e 's~^LDFLAGS="-L\\$WORKSPACE\\/lib"\$~LDFLAGS="-L\\$WORKSPACE\\/lib -L\\$WORKSPACE\\/lib64"~g' ./build-ffmpeg - SKIPINSTALL=yes ./build-ffmpeg --full-static --enable-gpl-and-non-free --build + head -n 25 ./build-ffmpeg + ###SKIPINSTALL=yes ./build-ffmpeg --full-static --enable-gpl-and-non-free --build """ } }