New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8262366: Update glib to version 2.66.7 #447
Conversation
8262365: Update GStreamer to version 1.18.3
👋 Welcome back almatvee! A progress list of the required criteria for merging this PR into |
/solves 8262365: Update GStreamer to version 1.18.3 |
@sashamatveev |
Webrevs
|
/reviewers 2 |
@kevinrushforth |
I get a compilation error on Linux:
This is with the gcc 10.2 compiler used for production builds. |
I cannot reproduce build failure on Linux. |
It compiles for me (on gcc-9, 10.1 and 10.2) but I can imagine it doesn't compile on all configurations. |
Alexander tried it on our CI build machine yesterday and it builds fine there, too. I should add that I was building on a very old Ubuntu 16.04 system.
I was thinking the same thing. There is one more file that should include |
All my testing looks good on all three platforms. I'll take a look at the diffs next. One thing I did spot is that you need to update |
It now builds for me on my old Linux box. And the changes to the /legal/ files looks good. One more thing I just thought of: we should do a test build on macOS aarch64. I have no reason to believe that there will be a problem, but worth double-checking. |
It builds fine on macOS aarch64 and I did minor testing as well. No issues. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
@sashamatveev This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 13 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
/integrate |
@sashamatveev Since your change was applied there have been 13 commits pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit e63931e. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Progress
Issues
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jfx pull/447/head:pull/447
$ git checkout pull/447
Update a local copy of the PR:
$ git checkout pull/447
$ git pull https://git.openjdk.java.net/jfx pull/447/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 447
View PR using the GUI difftool:
$ git pr show -t 447
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jfx/pull/447.diff