diff --git a/build-ffmpeg.jenkins b/build-ffmpeg.jenkins index 6ecd001..e103ee5 100644 --- a/build-ffmpeg.jenkins +++ b/build-ffmpeg.jenkins @@ -47,19 +47,9 @@ 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 - curl \ - --cacert ${workspace}/test-chamber-13.lan.root.crt \ - --fail \ - --silent \ - --location \ - --output /tmp/cuda-lib-installer.sh \ - https://nexus.c.test-chamber-13.lan/repository/generic/nvidia/cuda-libraries.run - /usr/bin/bash /tmp/cuda-lib-installer.sh --silent --toolkit --override - export PATH="\${PATH}:/usr/local/cuda/bin" SKIPINSTALL=yes ./build-ffmpeg --full-static --enable-gpl-and-non-free --build """ }