Skip to content

Commit 79db947

Browse files
silvzrselfmusing
authored andcommitted
fixup! main.sh clone Clang and Kernel at the same time to reduce build time
Just a little beautify actually
1 parent 62aca55 commit 79db947

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ cd $WORKDIR
119119

120120
# Setup
121121
msg "Setup"
122+
git config --global http.postBuffer 524288000
122123

123124
msg "Cloning Clang and Kernel in parallel..."
124125
# Clang
125126
(
126-
git config --global http.postBuffer 524288000
127127
git clone --depth=1 $CLANG_SOURCE --single-branch -b $CLANG_BRANCH Clang
128128
) &
129129
CLANG_PID=$!

0 commit comments

Comments
 (0)