Skip to content

Commit

Permalink
ci: Fix the github build action building libtpms in the container
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
  • Loading branch information
stefanberger committed Sep 3, 2024
1 parent 0ddc7ed commit e3a1d62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

RUN curl -kL "https://github.com/stefanberger/libtpms/archive/${LIBTPMS_BRANCH}.tar.gz" \
| tar --strip=1 -zxvf - -C /src/build-prep/libtpms \
&& ./autogen.sh --prefix=/usr --libdir=/usr/lib --with-tpm2 --with-openssl \

RUN ./autogen.sh --prefix=/usr --libdir=/usr/lib --with-tpm2 --with-openssl \
&& make -j"$(nproc)" V=1 \
&& make -j"$(nproc)" V=1 check \
&& make -j"$(nproc)" install \
Expand Down

0 comments on commit e3a1d62

Please sign in to comment.