add comment
This commit is contained in:
parent
69367085bf
commit
1c22c1cbe2
@ -47,6 +47,7 @@ podTemplate(
|
||||
stage ("Build FFMpeg") {
|
||||
container ("fedora") {
|
||||
writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getCurrentRootCA())
|
||||
println("Building with CUDA from https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distribution=Fedora&target_version=37&target_type=runfile_local")
|
||||
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
|
||||
|
Reference in New Issue
Block a user