From ecc2d4a73fba95b560f2283b5351d48ab02e70b5 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Wed, 9 Aug 2023 16:03:25 +0200 Subject: [PATCH] ci: Fix build after nrfx and mbedtls updates --- .github/workflows/build_targets.yml | 1 + .github/workflows/newt_test_all.yml | 2 ++ .github/workflows/ports_syscfg_check.yml | 2 ++ 3 files changed, 5 insertions(+) diff --git a/.github/workflows/build_targets.yml b/.github/workflows/build_targets.yml index 3112cac803..d1946f0478 100644 --- a/.github/workflows/build_targets.yml +++ b/.github/workflows/build_targets.yml @@ -55,6 +55,7 @@ jobs: git clone --depth=1 https://github.com/apache/mynewt-mcumgr repos/apache-mynewt-mcumgr git clone --depth=1 https://github.com/hathach/tinyusb.git repos/tinyusb git clone --depth=1 https://github.com/NordicSemiconductor/nrfx --branch v2.11.0 repos/nordic-nrfx + git clone --depth=1 https://github.com/Mbed-TLS/mbedtls.git --branch v2.28.4 repos/mbedtls - name: Build targets shell: bash run: | diff --git a/.github/workflows/newt_test_all.yml b/.github/workflows/newt_test_all.yml index 988ba09fd9..44bf601494 100644 --- a/.github/workflows/newt_test_all.yml +++ b/.github/workflows/newt_test_all.yml @@ -46,5 +46,7 @@ jobs: git clone --depth=1 https://github.com/mcu-tools/mcuboot.git repos/mcuboot git clone --depth=1 https://github.com/apache/mynewt-mcumgr repos/apache-mynewt-mcumgr git clone --depth=1 https://github.com/hathach/tinyusb.git repos/tinyusb + git clone --depth=1 https://github.com/NordicSemiconductor/nrfx --branch v2.11.0 repos/nordic-nrfx + git clone --depth=1 https://github.com/Mbed-TLS/mbedtls.git --branch v2.28.4 repos/mbedtls - name: newt test all run: newt test all diff --git a/.github/workflows/ports_syscfg_check.yml b/.github/workflows/ports_syscfg_check.yml index 07f1300544..e3c41633a4 100644 --- a/.github/workflows/ports_syscfg_check.yml +++ b/.github/workflows/ports_syscfg_check.yml @@ -50,6 +50,8 @@ jobs: git clone --depth=1 https://github.com/mcu-tools/mcuboot.git /tmp/proj/repos/mcuboot git clone --depth=1 https://github.com/apache/mynewt-mcumgr /tmp/proj/repos/apache-mynewt-mcumgr git clone --depth=1 https://github.com/hathach/tinyusb.git /tmp/proj/repos/tinyusb + git clone --depth=1 https://github.com/NordicSemiconductor/nrfx --branch v2.11.0 repos/nordic-nrfx + git clone --depth=1 https://github.com/Mbed-TLS/mbedtls.git --branch v2.28.4 repos/mbedtls cp -r `pwd` /tmp/proj/repos/apache-mynewt-nimble - name: Build ports tests targets run: |