As of today, my `sccache-dist`-boosted builds fail with the following error: ``` 3:41.65 config/external/icu/data 3:41.86 <inline asm>:5:13: error: Could not find incbin file '/scratch/work/builds/mozilla-central/mozilla/config/external/icu/data/icudt67l.dat' 3:41.86 .incbin "/scratch/work/builds/mozilla-central/mozilla/config/external/icu/data/icudt67l.dat" 3:41.86 ^ 3:41.87 1 error generated. ``` If I build without sccache at all, the build succeeds. Per discussion in #developers, this seems to be a regression from bug 1650299.
Bug 1651207 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
As of today, my `sccache-dist`-boosted builds fail with the following error: ``` 3:41.65 config/external/icu/data 3:41.86 <inline asm>:5:13: error: Could not find incbin file '/scratch/work/builds/mozilla-central/mozilla/config/external/icu/data/icudt67l.dat' 3:41.86 .incbin "/scratch/work/builds/mozilla-central/mozilla/config/external/icu/data/icudt67l.dat" 3:41.86 ^ 3:41.87 1 error generated. ``` If I build without sccache at all (or with sccache-dist disabled via commenting out `scheduler_url` in my config file), the build succeeds. Per discussion in #developers, this seems to be a regression from bug 1650299.