diff --git a/build-ffmpeg.jenkins b/build-ffmpeg.jenkins index 5d0d4a1..e917248 100644 --- a/build-ffmpeg.jenkins +++ b/build-ffmpeg.jenkins @@ -47,7 +47,6 @@ podTemplate( stage ("Build FFMpeg") { container ("fedora") { sh """ - dnf install curl gcc-g++ libtool make xz python perl perl-devel openssl-devel diffutils bzip2 glibc-static libstdc++-static -y cd ${workspace}/ffmpeg curl \ --fail \ @@ -55,6 +54,7 @@ podTemplate( --location \ --output /tmp/cuda-lib-installer.sh \ https://nexus.c.test-chamber-13.lan/repository/generic/nvidia/cuda-libraries.run + dnf install curl gcc-g++ libtool make xz python perl perl-devel openssl-devel diffutils bzip2 glibc-static libstdc++-static -y /usr/bin/bash /tmp/cuda-lib-installer.sh --silent --toolkit export PATH="${PATH}:/usr/local/cuda/bin" SKIPINSTALL=yes ./build-ffmpeg --full-static --enable-gpl-and-non-free --build