Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f89104e

Browse files
committedFeb 25, 2024·
Updated the tpm2-tss version for bindings.
- Generate the bindings from version 3.2.2 of the tpm2-tss library. - Add comment in the generated bindings from what version it was generated. - Starts using an explicit 4.0.1 version in tests. Signed-off-by: Jesper Brynolf <[email protected]>
1 parent 23994df commit f89104e

File tree

6 files changed

+2052
-1047
lines changed

6 files changed

+2052
-1047
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@v2
5252
- name: Build the container
53-
run: docker build -t ubuntucontainer tss-esapi/tests/ --build-arg TPM2_TSS_VERSION=3.0.4 --file tss-esapi/tests/Dockerfile-ubuntu
53+
run: docker build -t ubuntucontainer tss-esapi/tests/ --build-arg TPM2_TSS_VERSION=4.0.1 --file tss-esapi/tests/Dockerfile-ubuntu
5454
- name: Run the container
5555
run: docker run -v $(pwd):/tmp/rust-tss-esapi -w /tmp/rust-tss-esapi/tss-esapi ubuntucontainer /tmp/rust-tss-esapi/tss-esapi/tests/all-ubuntu.sh
5656

‎tss-esapi-sys/regenerate-bindings.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set -euf -o pipefail
1111
OPENSSL_GIT="https://github.com/openssl/openssl.git"
1212
OPENSSL_VERSION="OpenSSL_1_1_1j"
1313
TPM2_TSS_GIT="https://github.com/tpm2-software/tpm2-tss.git"
14-
TPM2_TSS_VERSION="2.4.6"
14+
TPM2_TSS_VERSION="3.2.2"
1515

1616
export SYSROOT="/tmp/sysroot"
1717

0 commit comments

Comments
 (0)
Please sign in to comment.