Firefox: upgrade 142.0.1 -> 143.0#924
Conversation
|
Mozilla has just released Firefox 143.0.1, however it contains only a fix for a Windows-only crash (some Trend Micro DLL injection makes FF unhappy). I plan to skip that version. |
This also includes some refactoring of the recipe - instead of using crates downloaded by the recipe, use the crates vendored in the Firefox tarball. It looks that it builds successfully with that now. Signed-off-by: Gyorgy Sarvari <user.name>
This also includes a refactoring of the recipe: instead of using crates downloaded by the recipe, use crates included in the Firefox tarball. It seems that it builds fine now using them. Signed-off-by: Gyorgy Sarvari <user.name>
Initially, when the crates include was added, Firefox's vendored crates were not enough to build Firefox, it required downloading a number of other crates to be able to compile without failure. Now however it looks that the tarball contains all required crates, so use it instead of vendoring them from the recipe. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
|
CI was cancelled. Do you know why ? |
|
Yes, it timed out (if it doesn't finish in 24 hours, it cancels the non-executed jobs). The jobs usually take at least 30 hours (but if a lot of packages need to be rebuilt then more), so it always times out at least once. Meanwhile I had also noticed some issues with the recipes which I have just corrected - I plan to push it in minutes, and restart the CI jobs. |
7aaf961 to
2566747
Compare
|
This is technically ready, the CI jobs have finished and passed, and from my end it can be merged. There is one thing I noticed that I'm not sure yet about. Firefox has a config that specifies from where can addons be loaded. In case all locations enabled where all users are storing their addons, then Firefox doesn't communicate with geckodriver on non-x86_64 system for some reason. But it does seem to work when used manually, and it works with geckodriver also when this setting is disabled. Will have to take a look at that... |
This PR contains a regular Firefox update.
Two notes I'd like to add: