adds ca to curl
This commit is contained in:
parent
915b0d12c5
commit
d6a692b6a6
@ -46,17 +46,19 @@ podTemplate(
|
||||
|
||||
stage ("Build FFMpeg") {
|
||||
container ("fedora") {
|
||||
writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getCurrentRootCA())
|
||||
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
|
||||
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"
|
||||
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