From 1744c36c8aa61c03aa01daaada0d2de16f6dbc08 Mon Sep 17 00:00:00 2001 From: nhyatt Date: Sun, 4 Feb 2024 13:27:55 -0600 Subject: [PATCH] temporairly disable build --- build-ffmpeg.jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-ffmpeg.jenkins b/build-ffmpeg.jenkins index 29c3672..c9ee158 100644 --- a/build-ffmpeg.jenkins +++ b/build-ffmpeg.jenkins @@ -49,9 +49,9 @@ podTemplate( writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getCurrentRootCA()) sh """ 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 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 """ }