File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed
Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -209,33 +209,6 @@ jobs:
209209 run : |
210210 ./script/test build
211211
212- mbedtls2-build :
213- runs-on : ubuntu-24.04
214- env :
215- CFLAGS : -DCOPENTHREAD_CONFIG_CRYPTO_LIB=OPENTHREAD_CONFIG_CRYPTO_LIB_MBEDTLS -DOPENTHREAD_CONFIG_PLATFORM_KEY_REFERENCES_ENABLE=0
216- CXXFLAGS : -DCOPENTHREAD_CONFIG_CRYPTO_LIB=OPENTHREAD_CONFIG_CRYPTO_LIB_MBEDTLS -DOPENTHREAD_CONFIG_PLATFORM_KEY_REFERENCES_ENABLE=0
217- steps :
218- - name : Harden Runner
219- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
220- with :
221- egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
222-
223- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
224- with :
225- submodules : true
226- - name : Bootstrap
227- run : |
228- sudo apt-get --no-install-recommends install -y ninja-build libreadline-dev libncurses-dev
229- rm -rf third_party/mbedtls/repo
230- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
231- with :
232- repository : ARMmbed/mbedtls
233- ref : v2.28.8
234- path : third_party/mbedtls/repo
235- - name : Build
236- run : |
237- ./script/test build
238-
239212 arm-gcc :
240213 name : arm-gcc-${{ matrix.gcc_ver }}
241214 runs-on : ubuntu-24.04
You can’t perform that action at this time.
0 commit comments