Skip to content

Commit

Permalink
Fixes CI problems with fedora rawhide.
Browse files Browse the repository at this point in the history
Signed-off-by: Jesper Brynolf <[email protected]>
  • Loading branch information
Superhepper committed Feb 4, 2024
1 parent db16a31 commit 55a2f2a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tss-esapi/tests/Dockerfile-fedora-rawhide
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ RUN dnf install -y \
swtpm swtpm-tools \
rust clippy cargo \
llvm llvm-devel clang pkg-config \
dbus-daemon
dbus-daemon json-glib glib2
8 changes: 7 additions & 1 deletion tss-esapi/tests/all-fedora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,17 @@ if [[ ! -z ${USE_FROZEN_LOCKFILE:+x} ]]; then
cp tests/Cargo.lock.frozen ../Cargo.lock
fi

find / -name "*libjson*"

find / -name "*swtpm_setup*"

ldd /usr/bin/swtpm_setup

############################
# Run the TPM SWTPM server #
############################
mkdir /tmp/tpmdir
swtpm_setup --tpm2 \
LD_PRELOAD=/lib64/libglib-2.0.so.0 swtpm_setup --tpm2 \
--tpmstate /tmp/tpmdir \
--createek --decryption --create-ek-cert \
--create-platform-cert \
Expand Down

0 comments on commit 55a2f2a

Please sign in to comment.