This is an automated email from the ASF dual-hosted git repository.
janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git
The following commit(s) were added to refs/heads/master by this push:
new 3ea8edd4 ci: Fix build after nrfx and mbedtls updates
3ea8edd4 is described below
commit 3ea8edd45e27cb794896fc7350c3c7a09f0f1c26
Author: Szymon Janc <[email protected]>
AuthorDate: Wed Aug 9 16:03:25 2023 +0200
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 3112cac8..d1946f04 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 988ba09f..44bf6014 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 07f13005..e3c41633 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: |