Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cbmc-batch/jobs/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ common-git:
@if [ ! -d $(COMMONDIR) ] ;\
then \
cd $(BASEDIR); \
git clone --quiet --depth 30 https://github.com/awslabs/aws-c-common.git $(COMMON_REPO_NAME); \
git clone --quiet https://github.com/awslabs/aws-c-common.git $(COMMON_REPO_NAME); \
cd $(COMMON_REPO_NAME); \
git reset --hard dd600468fbd25c6f31828010c28056c4d5c3ab35; \
cd $(BASEDIR); \
Expand Down