We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4bf775 commit 96faed9Copy full SHA for 96faed9
builder/build-direct.sh
@@ -101,7 +101,7 @@ git config --global --add safe.directory '*'
101
export GIT_CACHE_PATH="/build/.git_cache"
102
103
### 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
+[ ! -d $WD/src ] && git clone --depth 4 --branch $VERSION https://chromium.googlesource.com/chromium/src $WD/src
105
[ ! -d depot_tools ] && git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
106
export PATH="$PATH:${DP}"
107
cd $WD/
0 commit comments