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:
Mikko Ylinen 2020-09-02 09:20:25 +03:00
parent 0e8bea8081
commit 17de4426bf

View File

@ -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