another seperator

This commit is contained in:
Hyatt 2024-02-04 12:48:55 -06:00
parent 37fd93e29a
commit 61072e9ec2
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -50,7 +50,7 @@ podTemplate(
sh """ sh """
cd ${workspace}/ffmpeg cd ${workspace}/ffmpeg
dnf install curl gcc-g++ libtool make xz python perl perl-devel openssl-devel diffutils bzip2 glibc-static libstdc++-static -y 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 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 SKIPINSTALL=yes ./build-ffmpeg --full-static --enable-gpl-and-non-free --build
""" """
} }