Skip to content

Commit 30a3d88

Browse files
rlubosnashif
authored andcommitted
samples: net: wifi: Disable building on NS platform variants
The sample currently doesn't build for non-secure nRF platforms due to mbed TLS misconfiguration - TFM enforces PSA crypto API, while the default configuration for supplicant uses legacy crypto configuration. In result, build fails due to unsatisfied dependencies. Therefore, disable this variant from building temporarily to unblock the CI, until the issue is resolved. Signed-off-by: Robert Lubos <[email protected]>
1 parent 03029e7 commit 30a3d88

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

samples/net/wifi/sample.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ tests:
4545
extra_args: CONFIG_NRF_WIFI_BUILD_ONLY_MODE=y
4646
platform_allow:
4747
- nrf7002dk/nrf5340/cpuapp
48-
- nrf7002dk/nrf5340/cpuapp/ns
4948
- nrf7002dk/nrf5340/cpuapp/nrf7001
50-
- nrf7002dk/nrf5340/cpuapp/nrf7001/ns
5149
integration_platforms:
5250
- nrf7002dk/nrf5340/cpuapp
5351
- nrf7002dk/nrf5340/cpuapp/nrf7001
@@ -57,7 +55,6 @@ tests:
5755
- SHIELD=nrf7002ek
5856
platform_allow:
5957
- nrf5340dk/nrf5340/cpuapp
60-
- nrf5340dk/nrf5340/cpuapp/ns
6158
- nucleo_h723zg
6259
integration_platforms:
6360
- nrf5340dk/nrf5340/cpuapp

0 commit comments

Comments
 (0)