File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -188,8 +188,11 @@ jobs:
188188 run : |
189189 script/check-scan-build
190190
191- mbedtls2 -build :
191+ mbedtls3 -build :
192192 runs-on : ubuntu-24.04
193+ env :
194+ CFLAGS : -DCOPENTHREAD_CONFIG_CRYPTO_LIB=OPENTHREAD_CONFIG_CRYPTO_LIB_MBEDTLS -DOPENTHREAD_CONFIG_PLATFORM_KEY_REFERENCES_ENABLE=0
195+ CXXFLAGS : -DCOPENTHREAD_CONFIG_CRYPTO_LIB=OPENTHREAD_CONFIG_CRYPTO_LIB_MBEDTLS -DOPENTHREAD_CONFIG_PLATFORM_KEY_REFERENCES_ENABLE=0
193196 steps :
194197 - name : Harden Runner
195198 uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
@@ -202,12 +205,6 @@ jobs:
202205 - name : Bootstrap
203206 run : |
204207 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
211208 - name : Build
212209 run : |
213210 ./script/test build
You can’t perform that action at this time.
0 commit comments