moves curl statment
This commit is contained in:
parent
40d302e641
commit
915b0d12c5
@ -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
|
||||
|
Reference in New Issue
Block a user