mirror of https://github.com/wolfSSL/wolfTPM.git
Disable the wrap_test.exe call, since GitHub CI runners do not have TPM available.
parent
cc02ec8925
commit
71878e5912
|
@ -53,6 +53,9 @@ jobs:
|
||||||
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
|
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
|
||||||
run: msbuild /m /p:PlatformToolset=v142 /p:Platform=${{env.BUILD_PLATFORM}} /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
|
run: msbuild /m /p:PlatformToolset=v142 /p:Platform=${{env.BUILD_PLATFORM}} /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
|
||||||
|
|
||||||
- name: Run Wrap Test
|
# The GitHub CI runners do not have a TPM.
|
||||||
working-directory: ${{env.GITHUB_WORKSPACE}}
|
# Failure 0x8028400f: unknown error number
|
||||||
run: wolftpm\IDE\VisualStudio\Debug\x64\wrap_test.exe
|
# TBS_E_TPM_NOT_FOUND (0x8028400F) A compatible Trusted Platform Module (TPM) Security Device cannot be found on this computer.
|
||||||
|
#- name: Run Wrap Test
|
||||||
|
# working-directory: ${{env.GITHUB_WORKSPACE}}
|
||||||
|
# run: wolftpm\IDE\VisualStudio\Debug\x64\wrap_test.exe
|
||||||
|
|
Loading…
Reference in New Issue