ci: Fix build after nrfx and mbedtls updates

This commit is contained in:
Szymon Janc
2023-08-09 16:03:25 +02:00
parent 25439ada84
commit 3ea8edd45e
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -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: |
+2
View File
@@ -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
+2
View File
@@ -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: |