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 """ } }