commit | 6cd767f939e1163234a767098173802643dd4dfc | [log] [tgz] |
---|---|---|
author | Harrison Mutai <harrison.mutai@arm.com> | Wed Jun 11 15:01:23 2025 +0000 |
committer | Tomás González <tomasagustin.gonzalezorlando@arm.com> | Thu Jun 19 13:12:50 2025 +0100 |
tree | 6a04e7c3a5e07b15596411379e12e2ffa8006b35 | |
parent | 35b20d98d9ad53b3fdcb32daa76e42b7120b890d [diff] |
fix(scripts): shallow clone everything Today we clone all of the git history, this comes at a cost when start a tf-a-builder job which copies over the entire clone into it's workspace (e.g. for RMM the history is 1.1GB). Shallow clone the projects and their submodules. Change-Id: I6c9965bf5a1e8d36fbee515b9ca036aaac2330b7 Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>