Skip to content

Commit 96faed9

Browse files
authored
Switch to alternate git provider
1 parent c4bf775 commit 96faed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/build-direct.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ git config --global --add safe.directory '*'
101101
export GIT_CACHE_PATH="/build/.git_cache"
102102

103103
### checkout the stable chrome version and its dependencies
104-
[ ! -d $WD/src ] && git clone --depth 4 --branch $VERSION https://github.com/chromium/chromium.git $WD/src
104+
[ ! -d $WD/src ] && git clone --depth 4 --branch $VERSION https://chromium.googlesource.com/chromium/src $WD/src
105105
[ ! -d depot_tools ] && git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
106106
export PATH="$PATH:${DP}"
107107
cd $WD/

0 commit comments

Comments
 (0)