File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ include(ExternalProject)
1414ExternalProject_Add(
1515 mbedtls
1616 GIT_REPOSITORY "https://github.com/ARMmbed/mbedtls.git"
17- GIT_TAG origin/master
17+ GIT_TAG "v3.1.0" # Bump versions manually if necessary, do not rely on origin/master to be stable
1818 BUILD_ALWAYS OFF
1919 DOWNLOAD_DIR "${DOWNLOAD_DIR}"
2020 SOURCE_DIR "${SOURCE_DIR}"
Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ if(ENABLE_DEV_NETWORK)
308308 FetchContent_Declare(
309309 mbedtls
310310 GIT_REPOSITORY https://github.com/ARMmbed/mbedtls.git
311- GIT_TAG origin/master
311+ GIT_TAG "v3.1.0" # Bump versions manually if necessary, do not rely on origin/master to be stable
312312 BUILD_ALWAYS OFF
313313 GIT_PROGRESS 1
314314 DOWNLOAD_DIR "${MBEDTLS_DOWNLOAD_DIR} "
You can’t perform that action at this time.
0 commit comments