-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
llvm lld flang wasi-runtimes 19.1.5 #199909
Conversation
In 19.1.4,
In 19.1.5, it is invoking
In particular, the |
Also: Let's create config files that target `aarch64` too. This is used as the target by Python. See Homebrew/discussions#5778. Also, use `-isysroot` instead of `--sysroot` so that our choice can be overridden by setting `SDKROOT`. Fixes #197277. Co-authored-by: Carlo Cabrera <[email protected]>
Can't really see any relevant upstream changes, so maybe the config file didn't get written properly or something. Let's see if it works fine on a re-run. |
Strange enough, I couldn't reproduce the CI error locally with the bottles built in the latest CI run. The
|
Weird. Seems like it should be a |
Pushed a change that will make the test succeed in CI. It's not really ideal because it could mask issues that users have (e.g. #198106), but not really sure what the problem is so I have no clue how to fix it. |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?