From 9b1ac65de09d26c0655c6c6504c0f2ee377c4c3d Mon Sep 17 00:00:00 2001 From: nhyatt Date: Sun, 4 Feb 2024 13:37:49 -0600 Subject: [PATCH] lets try to compile one more time --- build-ffmpeg.jenkins | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-ffmpeg.jenkins b/build-ffmpeg.jenkins index b5a29f0..4ef5203 100644 --- a/build-ffmpeg.jenkins +++ b/build-ffmpeg.jenkins @@ -50,9 +50,8 @@ podTemplate( sh """ cd ${workspace}/ffmpeg sed -r -i -e 's~^LDFLAGS="-L\\\$WORKSPACE\\/lib"\$~LDFLAGS="-L\\\$WORKSPACE\\/lib -L\\\$WORKSPACE\\/lib64"~g' ./build-ffmpeg - head -n 25 ./build-ffmpeg - ###dnf install curl gcc-g++ libtool make xz python perl perl-devel openssl-devel diffutils bzip2 glibc-static libstdc++-static -y - ###SKIPINSTALL=yes ./build-ffmpeg --full-static --enable-gpl-and-non-free --build + dnf install curl gcc-g++ libtool make xz python perl perl-devel openssl-devel diffutils bzip2 glibc-static libstdc++-static -y + SKIPINSTALL=yes ./build-ffmpeg --full-static --enable-gpl-and-non-free --build """ } }