Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 62819e2

Browse files
authored
Reduce the size of the checkout from ~17G to ~9G(after building). (#858)
1 parent 80a2528 commit 62819e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/installWebrtc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ download_and_build(){
8080
fi
8181

8282
export PATH="$PATH:$DEPOT_TOOLS"
83-
gclient sync
83+
gclient sync --no-history
8484
pushd src >/dev/null
8585
gn gen out --args="$GN_ARGS"
8686
ninja -C out call default_task_queue_factory

0 commit comments

Comments
 (0)