add comment
This commit is contained in:
parent
69367085bf
commit
1c22c1cbe2
@ -47,6 +47,7 @@ podTemplate(
|
|||||||
stage ("Build FFMpeg") {
|
stage ("Build FFMpeg") {
|
||||||
container ("fedora") {
|
container ("fedora") {
|
||||||
writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getCurrentRootCA())
|
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 """
|
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
|
||||||
|
Reference in New Issue
Block a user