File tree 2 files changed +4
-2
lines changed
src/test_driver/nrfconnect
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ jobs:
231
231
examples/all-clusters-app/nrfconnect/build/zephyr/zephyr.elf \
232
232
/tmp/bloat_reports/
233
233
- name : Run unit tests for Zephyr native_posix_64 platform
234
- if : github.event_name == 'push' || steps.changed_paths.outputs.tests == 'true'
234
+ if : github.event_name == 'push' || steps.changed_paths.outputs.tests == 'true' || steps.changed_paths.outputs.nrfconnect == 'true'
235
235
timeout-minutes : 15
236
236
run : |
237
237
scripts/run_in_build_env.sh "./scripts/build/build_examples.py --target nrf-native-posix-64-tests build"
Original file line number Diff line number Diff line change @@ -67,7 +67,9 @@ CONFIG_MBEDTLS_CFG_FILE="config-tls-generic.h"
67
67
CONFIG_MBEDTLS_USER_CONFIG_ENABLE=y
68
68
CONFIG_MBEDTLS_USER_CONFIG_FILE="app_mbedtls_config.h"
69
69
CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED=y
70
- CONFIG_MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED=y
70
+ CONFIG_MBEDTLS_ECDH_C=y
71
+ CONFIG_MBEDTLS_ECDSA_C=y
72
+ CONFIG_MBEDTLS_ECP_C=y
71
73
CONFIG_MBEDTLS_CIPHER_CCM_ENABLED=y
72
74
73
75
# Enable entropy
You can’t perform that action at this time.
0 commit comments