commit 9a44e01da517c08e962c78bafd0712690381717a
parent 415c1e914fe68ab84b309dd856144a2c206e87b4
Author: Mike Hommey <mh+mozilla@glandium.org>
Date: Fri, 5 Dec 2025 03:06:23 +0000
Bug 2003415 - Use the right branch for the rust-nightly fetch. r=taskgraph-reviewers,jcristau
Apparently, at some point the rust repo removed the master branch and
switched to main.
Differential Revision: https://phabricator.services.mozilla.com/D274708
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/taskcluster/kinds/fetch/toolchains.yml b/taskcluster/kinds/fetch/toolchains.yml
@@ -426,7 +426,7 @@ rust-nightly:
type: git
include-dot-git: true
repo: https://github.com/rust-lang/rust/
- branch: master
+ branch: main
wasi-sdk:
description: wasi-sdk-20 source code