File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments