Skip to content

Commit ce2de9a

Browse files
committed
mbedtls: Fetch instead of pull
Do a git fetch of mbedtls instead of a pull. We don't need to checkout development, only the release specified.
1 parent bb17408 commit ce2de9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

features/mbedtls/importer/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,7 @@ update: $(MBED_TLS_GIT_CFG) $(MBED_TLS_HA_GIT_CFG)
150150
# Updating to the specified mbed TLS library version
151151
# (If it is not an initial checkout we will start with the repository
152152
# being in a detached head state)
153-
git -C $(MBED_TLS_DIR) checkout development
154-
git -C $(MBED_TLS_DIR) pull --rebase origin development
153+
git -C $(MBED_TLS_DIR) fetch
155154
#
156155
# Checking out the required release
157156
git -C $(MBED_TLS_DIR) checkout $(MBED_TLS_RELEASE)

0 commit comments

Comments
 (0)