Skip to content

Commit 7f15dea

Browse files
committed
[crypto] Remove CI check against mbedTLS 2.x
Signed-off-by: Łukasz Duda <lukasz.duda@nordicsemi.no>
1 parent d78a76f commit 7f15dea

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
run: |
189189
script/check-scan-build
190190
191-
mbedtls2-build:
191+
mbedtls3-build:
192192
runs-on: ubuntu-24.04
193193
steps:
194194
- name: Harden Runner
@@ -202,15 +202,9 @@ jobs:
202202
- name: Bootstrap
203203
run: |
204204
sudo apt-get --no-install-recommends install -y ninja-build libreadline-dev libncurses-dev
205-
rm -rf third_party/mbedtls/repo
206-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
207-
with:
208-
repository: ARMmbed/mbedtls
209-
ref: v2.28.8
210-
path: third_party/mbedtls/repo
211205
- name: Build
212206
run: |
213-
./script/test build
207+
OT_OPTIONS="-DOT_CRYPTO_LIB=MBEDTLS" ./script/test build
214208
215209
arm-gcc:
216210
name: arm-gcc-${{ matrix.gcc_ver }}

0 commit comments

Comments
 (0)