Skip to content

Commit 8f9e90b

Browse files
committed
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.
1 parent d4f071a commit 8f9e90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/dist-various-2/build-fuchsia-toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pushd zircon > /dev/null
1010

1111
# Download sources
1212
git init
13-
git remote add origin https://fuchsia.googlesource.com/zircon
13+
git remote add origin https://github.com/rust-lang-nursery/mirror-google-fuchsia-zircon
1414
git fetch --depth=1 origin $ZIRCON
1515
git reset --hard FETCH_HEAD
1616

0 commit comments

Comments
 (0)