Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
Update opae step
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrobbel committed Feb 16, 2021
1 parent c534e07 commit 35fe8b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ RUN apt-get update && \
git clone --single-branch --branch release/${OPAE_VERSION} https://github.com/OPAE/opae-sdk.git /opae-sdk && \
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCPACK_GENERATOR=DEB /opae-sdk \
-DCPACK_GENERATOR=DEB \
-DOPAE_BUILD_LIBOPAE_PY=Off \
-DOPAE_BUILD_LIBOPAEVFIO=Off \
-DOPAE_BUILD_PLUGIN_VFIO=Off \
-DOPAE_BUILD_LIBOPAEUIO=Off \
-DOPAE_BUILD_EXTRA_TOOLS=Off && \
-DOPAE_BUILD_EXTRA_TOOLS=Off \
/opae-sdk && \
make -j package

FROM ubuntu as deps
Expand Down

0 comments on commit 35fe8b6

Please sign in to comment.