Skip to content

Commit

Permalink
ci: mynewt: Update to install upstream Mbed-TLS
Browse files Browse the repository at this point in the history
Update after recent removal of Mbed-TLS from Mynewt tree; now using
upstream from Mbed-TLS github repo.

Signed-off-by: Fabio Utzig <utzig@apache.org>
  • Loading branch information
utzig authored and d3zd3z committed Aug 10, 2023
1 parent 8647964 commit b206b99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/mynewt_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ shallow_clone_mynewt() {
# nrfx is now taken from original repository
git clone --depth=1 --branch v2.8.0 https://github.com/NordicSemiconductor/nrfx.git repos/nordic-nrfx
[[ $? -ne 0 ]] && exit 1

# Mbed-TLS is now taken from original repository
git clone --depth=1 --branch v2.28.3 https://github.com/Mbed-TLS/mbedtls.git repos/mbedtls
[[ $? -ne 0 ]] && exit 1
}

arm_toolchain_install() {
Expand Down

0 comments on commit b206b99

Please sign in to comment.