From 27f1dbcfc13197afdac50977e27cc2d3b13a3a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Duda?= Date: Tue, 21 May 2024 14:02:09 +0200 Subject: [PATCH] [mbedtls] modify GitHub workflows to test MbedTLS v2.28.8 (#10286) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds a CI check for MbedTLS version 2.28.8, instead of testing version 3, which is now enabled by default. Signed-off-by: Ɓukasz Duda --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 47d5f6335..74353173f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -178,7 +178,7 @@ jobs: run: | script/check-scan-build - mbedtls3-build: + mbedtls2-build: runs-on: ubuntu-20.04 steps: - name: Harden Runner @@ -196,7 +196,7 @@ jobs: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: repository: ARMmbed/mbedtls - ref: v3.5.0 + ref: v2.28.8 path: third_party/mbedtls/repo - name: Build run: |