Ruoyu Zhong

Results 6 issues of Ruoyu Zhong

This creates a CMake config file that makes it easy for users to use mold in their CMake projects. Sample usage: ``` root@1b8ec34409d4:~/hello# cat CMakeLists.txt add_executable(hello hello.cc) find_package(mold CONFIG) if(mold_FOUND)...

**Describe the bug** A clear and concise description of what the bug is. While packaging OpenJDK 20 for Homebrew at https://github.com/Homebrew/homebrew-core/pull/126319, the following LTeX LS build failure was noticed (full...

1-bug 🐛
2-unconfirmed

On macOS, the version suffix of a shared library comes before the `.dylib` suffix, which is different from the convention on other systems. Currently, the Makefile only overrides `DYLIB_MINOR_NAME` for...

- [x] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/HEAD/CONTRIBUTING.md)? - [x] Have you ensured that your commits follow the [commit style guide](https://docs.brew.sh/Formula-Cookbook#commit)? - [x] Have you checked that there aren't...

java
no ARM bottle
CI-no-bottles

Testing the final release candidate [^1][^2] before Sequoia mass bottling eats up CI resources. [^1]: https://openjdk.org/projects/jdk/23/ [^2]: https://mail.openjdk.org/pipermail/jdk-dev/2024-August/009341.html

pre-release
automerge-skip
prerelease-testing
CI-no-fail-fast
CI-build-dependents-from-source
CI-no-fail-fast-deps
long dependent tests

This should be the last PR of its kind. This was added in Homebrew/actions#588. It simplifies the workflow, and reduces the number of API calls. See also: Homebrew/formulae.brew.sh@f444253e2a99c0b3d021dbf7e7b0fefbce4e9d3c.