more escapes!

This commit is contained in:
Hyatt 2024-02-04 13:34:10 -06:00
parent 1744c36c8a
commit ff62fa453a
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -49,7 +49,7 @@ podTemplate(
writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getCurrentRootCA()) writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getCurrentRootCA())
sh """ sh """
cd ${workspace}/ffmpeg cd ${workspace}/ffmpeg
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
head -n 25 ./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 ###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 ###SKIPINSTALL=yes ./build-ffmpeg --full-static --enable-gpl-and-non-free --build