Ruoyu Zhong
Ruoyu Zhong
No, `/usr/bin/java` is only a proxy shipped with macOS, which, when executed, looks for the real Java installation. The "real" `java` binary you're looking for should be at `/Library/Java/JavaVirtualMachines/temurin-$version.jdk/Contents/Home/bin/java`, and...
> Oh, so homebrew actually builds MAVSDK for the M1 and ships the binary? Yes, we do. The pre-built binaries are called [bottles](https://docs.brew.sh/Formula-Cookbook#homebrew-terminology), and they are hosted [here](https://github.com/Homebrew/homebrew-core/pkgs/container/core%2Fmavsdk) on GitHub....
I think this is similar to #13717 (see also https://github.com/orgs/Homebrew/discussions/4784) -- there is a discrepancy between dependency information from the tab (i.e., install receipt) and that from the formulae which...
I made a stupid mistake that I didn't realise until I rebased -- there's no reason to restrict that to executable targets.
> **Short term solution**: We want to provide a package like this, and let the user to use the mold linker if it is available. Agreed. So that's what's being...
> I suspect this has something to do with Xcode 14 Yeah, that's related to llvm/llvm-project#56034. Also reported here at #758.
> is that a problem for brew? Sort of, and I assume that it's likely the same for many other downstream packagers. Often, we build a new version of a...
We may want to remove the livecheck blocks too -- `vault` 1.15.0 has been released and it's showing up in the output of `brew bump`.
> It shouldn't have a dependency on terraform, so we can update the formula to remove that dependency. @aliscott Could you open a PR to update `infracost`'s dependency then? Thanks!
On Linux: ``` ERROR: /tmp/envoy-20240212-6406-ga972n/envoy-1.29.1/.brew_home/_bazel/a60cffdc4a55d3814b48aea8f47834e1/external/v8/BUILD.bazel:3562:11: Compiling external/v8/noicu/torque-generated/src/builtins/array-filter-tq-csa.cc failed: (Exit 1): gcc-11 failed: error executing command (from target @v8//:v8_libshared_noicu) (cd /tmp/envoy-20240212-6406-ga972n/envoy-1.29.1/.brew_home/_bazel/a60cffdc4a55d3814b48aea8f47834e1/sandbox/processwrapper-sandbox/5920/execroot/envoy && \ exec env - \ BAZEL_LINKLIBS=-l%:libstdc++.a \ BAZEL_LINKOPTS=-lm \...