lets try to compile one more time
This commit is contained in:
parent
0118ac497a
commit
9b1ac65de0
@ -50,9 +50,8 @@ podTemplate(
|
|||||||
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
|
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
|
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user