Bug 1784232 Comment 25 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Mike Hommey [:glandium] from comment #23)
> Another regression: bootstrapping fails because: `Could not parse URL: hg::https://hg.mozilla.org/mozilla-unified`

Discussed on #developers (Element). I managed to reproduce when `origin` is set as a remote repository. I'm on a fix. As a temporary workaround, you can git remote rename origin mozilla just for the time being

(In reply to Eemeli Aro [:eemeli] from comment #24)
> After https://hg.mozilla.org/integration/autoland/rev/13f5f52e65c5, clobbered builds on my M1 Macbook first fail with an error

Discussed on #developers (Element) too. This time, I couldn't repro. As a matter of fact, I doubt this commit is the one that clobbered builds. In fact, Monday was mergeday and as of now, [1] is the last commit that introduced a clobber. Moreover, this commit didn't change anything related to rust nor cbindgen. Thus, I don't think this is a regression caused by the taskgraph bump. I might be missing something though, and I'm happy to reconsider my conclusions if new elements come into play. 

[1] https://hg.mozilla.org/mozilla-central/rev/d42e0ca4bb3e3d7fa475687da045300b07a20db1
(In reply to Mike Hommey [:glandium] from comment #23)
> Another regression: bootstrapping fails because: `Could not parse URL: hg::https://hg.mozilla.org/mozilla-unified`

Discussed on #developers (Element). I managed to reproduce when `origin` is set as a remote repository. I'm on a fix. As a temporary workaround, you can `git remote rename origin mozilla` just for the time being

(In reply to Eemeli Aro [:eemeli] from comment #24)
> After https://hg.mozilla.org/integration/autoland/rev/13f5f52e65c5, clobbered builds on my M1 Macbook first fail with an error

Discussed on #developers (Element) too. This time, I couldn't repro. As a matter of fact, I doubt this commit is the one that clobbered builds. In fact, Monday was mergeday and as of now, [1] is the last commit that introduced a clobber. Moreover, this commit didn't change anything related to rust nor cbindgen. Thus, I don't think this is a regression caused by the taskgraph bump. I might be missing something though, and I'm happy to reconsider my conclusions if new elements come into play. 

[1] https://hg.mozilla.org/mozilla-central/rev/d42e0ca4bb3e3d7fa475687da045300b07a20db1

Back to Bug 1784232 Comment 25