mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
ci: use our own mirror for fuchsia's zircon repository
The canonical repository on fuchsia.googlesource.com is not accessible anymore, neither for anonymous access nor logged in access. This commit switches our CI to fetch the repository from our own mirror.
This commit is contained in:
@@ -10,7 +10,7 @@ pushd zircon > /dev/null
|
||||
|
||||
# Download sources
|
||||
git init
|
||||
git remote add origin https://fuchsia.googlesource.com/zircon
|
||||
git remote add origin https://github.com/rust-lang-nursery/mirror-google-fuchsia-zircon
|
||||
git fetch --depth=1 origin $ZIRCON
|
||||
git reset --hard FETCH_HEAD
|
||||
|
||||
|
||||
Reference in New Issue
Block a user