Skip to content

Commit f34946a

Browse files
danakjAravind Vasudevan
authored andcommitted
Use a git-on-borg mirror for the Bindgen git repository
Bug: 1428298, 1426886 Change-Id: I1487f24dd40467552a18923547cb60805a885419 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4395903 Reviewed-by: Collin Baker <[email protected]> Commit-Queue: danakj <[email protected]> Cr-Commit-Position: refs/heads/main@{#1126030} NOKEYCHECK=True GitOrigin-RevId: 00c12debcb57d50a02c74d3fc97b5fd278360efb
1 parent dfcefd1 commit f34946a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_bindgen.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030

3131
# The git hash to use. This is the `v0.60.0` tag.
3232
BINDGEN_GIT_VERSION = '355181134094202e0caae60c1fbf145d8e6ca84b'
33-
# TODO(crbug.com/1428298): Mirror to Git-on-Borg.
34-
BINDGEN_GIT_REPO = 'https://github.com/rust-lang/rust-bindgen'
33+
BINDGEN_GIT_REPO = ('https://chromium.googlesource.com/external/' +
34+
'github.com/rust-lang/rust-bindgen')
3535

3636
BINDGEN_SRC_DIR = os.path.join(THIRD_PARTY_DIR, 'rust-toolchain-intermediate',
3737
'bindgen-src')

0 commit comments

Comments
 (0)