mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-06-05 21:04:49 +00:00
ci: Fix build after nrfx and mbedtls updates
This commit is contained in:
@@ -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: |
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user