firefox: upgrade 150.0.1 -> 150.0.3#981
Merged
Merged
Conversation
Changelog: https://www.firefox.com/firefox/140.10.2/releasenotes/ Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Changelog: https://www.firefox.com/firefox/150.0.2/releasenotes/ https://www.firefox.com/firefox/150.0.3/releasenotes/ Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
8632e89 to
101f8da
Compare
CLI and Rust libraries for low-level manipulation of WebAssembly modules It is a build dependency for wasi-sdk-sysroot. Solves OSSystems#983 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
101f8da to
3a04f73
Compare
Collaborator
Author
|
CI passed. From my end this is ready. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bug fix releases:
https://www.firefox.com/firefox/150.0.2/releasenotes/
https://www.firefox.com/firefox/150.0.3/releasenotes/
https://www.firefox.com/firefox/140.10.2/releasenotes/
(While running the tests for 150.0.2, Mozilla released 150.0.3 also, so I added it to this PR)
Also, add recipe for wasm-tools. This is a dependency for wasi-sysroot - until now it was downloaded silently, during do_compile.
The network cannot be always disabled by bitbake after do_fetch, because it requires some specific capabilities. The docker image that I use for testing is missing this, and apparently network access is always available in that image, this is how it was missed. Will try to look into that, if I can make network disabling work in docker.