-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
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
Cherry-picks for the 3.x branch (future 3.6) - 14th batch #81112
Merged
Conversation
This file contains 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
google/brotli@ed1995b (cherry picked from commit 7770e44)
(cherry picked from commit 0baca62)
No change for the files we ship, so just bumping the version number. (cherry picked from commit 74f21cb)
Changelog: https://github.com/PCRE2Project/pcre2/blob/pcre2-10.42/ChangeLog This fixes support for RISC-V architectures in the sljit library, so we enable the module's compilation for `rv64` too. (cherry picked from commit e289cf7)
Release notes: - https://github.com/recastnavigation/recastnavigation/releases/tag/v1.6.0 (cherry picked from commit 2058b63)
tatsuhiro-t/wslay@0e7d106 Just a couple style fixes. Updating only so we know we don't have to review changes since upstream development seems dormant. (cherry picked from commit adfc46d)
Release notes: - https://github.com/facebook/zstd/releases/tag/v1.5.3 - https://github.com/facebook/zstd/releases/tag/v1.5.4 - https://github.com/facebook/zstd/releases/tag/v1.5.5 (cherry picked from commit 6100b4b)
(cherry picked from commit 37d6892)
(cherry picked from commit adec51c)
Should the server runs also be dependent on static checks? Would be nice to have CI be a single action, even though 2 instead of 8 is an improvement |
(cherry picked from commit 93b7bcb)
- Use -gdwarf-4 to support both LLVM and GCC when calling addr2line - Subtract position-independant execuable relocation when passing the address to addr2line (cherry picked from commit 5e041ee)
Musl doesn't compile with it, and by looking online I think that this is a glibc only thing. (cherry picked from commit 2a6ce37)
(cherry picked from commit 242ffb7)
mold is now part of the SCons `linker` option. (cherry picked from commit 074d87d)
(cherry picked from commit fd3e7e2)
Removing the Android toolchain saves 14 GiB, which gives us more room for growth and to avoid running into out-of-space errors in the Linux sanitizers + debug symbols builds. Related to godotengine#79919, though the caches were just one part of the problem, the real issue is that our Linux sanitizers builds take 12 GiB, and adding godot-cpp on top with 2 GiB leaves only a few GiB left for the cache itself. (cherry picked from commit 611123f)
(cherry picked from commit 30bdb23)
(cherry picked from commit 90f3992)
akien-mga
force-pushed
the
3.x-cherrypicks
branch
from
August 29, 2023 10:56
2f15d0b
to
7599107
Compare
Good catch, this was an oversight. I fixed it. |
This would cause `updown.png` to be ignored in our default theme in 3.x. These ignores were added in godotengine#36800 for godotengine#36572 (see that PR for usage instructions). From a quick test, using `--output-file` for `lcov` and `--output-directory` for genhtml let us output the files in a way that won't conflict with the Git repository (e.g. in `bin/`, or outside the Git repo). (cherry picked from commit 5c38e42)
(cherry picked from commit 7ea171a)
akien-mga
force-pushed
the
3.x-cherrypicks
branch
from
August 29, 2023 11:55
7599107
to
b19469a
Compare
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.
Bunch of thirdparty and buildsystem cherry-picks.