Merge pull request #8245 from julek-wolfssl/mbed-interop

Add CID interop with mbedtls
This commit is contained in:
Daniel Pouzzner
2024-12-16 23:04:19 -06:00
committed by GitHub
5 changed files with 167 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ concurrency:
# END OF COMMON SECTION
env:
LINUX_REF: v6.6
LINUX_REF: v6.12
jobs:
build_wolfssl:
@@ -91,6 +91,7 @@ jobs:
with:
repository: torvalds/linux
path: linux
ref: ${{ env.LINUX_REF }}
- name: Compile linux
if: steps.cache.outputs.cache-hit != 'true'
@@ -141,7 +142,6 @@ jobs:
build_id: hostap-vm-build2
}
name: hwsim test
# For openssl 1.1
if: github.repository_owner == 'wolfssl'
runs-on: ubuntu-22.04
# This should be a safe limit for the tests to run.