Skip to content

Commit 6122176

Browse files
authored
Update Makefile.common as part of attempt to fix S3 sync issues (#594)
* Increase clone depth for aws-c-common in Makefile.common to 100 * Empty commit to run tests * Removed finite depth from clone of aws-c-common
1 parent b53a5ad commit 6122176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cbmc-batch/jobs/Makefile.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ common-git:
149149
@if [ ! -d $(COMMONDIR) ] ;\
150150
then \
151151
cd $(BASEDIR); \
152-
git clone --quiet --depth 30 https://github.com/awslabs/aws-c-common.git $(COMMON_REPO_NAME); \
152+
git clone --quiet https://github.com/awslabs/aws-c-common.git $(COMMON_REPO_NAME); \
153153
cd $(COMMON_REPO_NAME); \
154154
git reset --hard dd600468fbd25c6f31828010c28056c4d5c3ab35; \
155155
cd $(BASEDIR); \

0 commit comments

Comments
 (0)