moves curl statment

This commit is contained in:
Hyatt 2023-10-28 12:33:56 -05:00
parent 40d302e641
commit 915b0d12c5
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -47,7 +47,6 @@ podTemplate(
stage ("Build FFMpeg") { stage ("Build FFMpeg") {
container ("fedora") { container ("fedora") {
sh """ 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 cd ${workspace}/ffmpeg
curl \ curl \
--fail \ --fail \
@ -55,6 +54,7 @@ podTemplate(
--location \ --location \
--output /tmp/cuda-lib-installer.sh \ --output /tmp/cuda-lib-installer.sh \
https://nexus.c.test-chamber-13.lan/repository/generic/nvidia/cuda-libraries.run 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 /usr/bin/bash /tmp/cuda-lib-installer.sh --silent --toolkit
export PATH="${PATH}:/usr/local/cuda/bin" export PATH="${PATH}:/usr/local/cuda/bin"
SKIPINSTALL=yes ./build-ffmpeg --full-static --enable-gpl-and-non-free --build SKIPINSTALL=yes ./build-ffmpeg --full-static --enable-gpl-and-non-free --build