add comment

This commit is contained in:
Hyatt 2023-10-28 13:55:39 -05:00
parent 69367085bf
commit 1c22c1cbe2
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -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