mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
demo: fix openssl-qat-engine build
ipp-crypto repository did not provide a tag with the necessary changes included until recently so we were using the master branch. Now the tag was added (and master broke our build) so we move to use it. backported master/02fb1209d0550f8312f64d8cae4250bba7a26303 Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
parent
0e8bea8081
commit
17de4426bf
@ -5,10 +5,11 @@ FROM clearlinux:base as builder
|
||||
ARG QAT_DRIVER_RELEASE="qat1.7.l.4.9.0-00008"
|
||||
ARG QAT_ENGINE_VERSION="v0.5.44"
|
||||
ARG QAT_ENGINE_FLAGS="--disable-multibuff-offload"
|
||||
ARG IPP_CRYPTO_VERSION="ippcp_2020u2"
|
||||
|
||||
RUN swupd bundle-add --skip-diskspace-check devpkg-systemd devpkg-openssl c-basic wget git && \
|
||||
git clone -b $QAT_ENGINE_VERSION https://github.com/intel/QAT_Engine && \
|
||||
git clone https://github.com/intel/ipp-crypto && \
|
||||
git clone -b $IPP_CRYPTO_VERSION https://github.com/intel/ipp-crypto && \
|
||||
wget https://01.org/sites/default/files/downloads/$QAT_DRIVER_RELEASE.tar.gz && \
|
||||
tar xf *.tar.gz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user