-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
sqlite 3.35.2 #73082
sqlite 3.35.2 #73082
Conversation
I've triggered a merge for #72928. You'll need to rebase this when the merge is done. |
On ARM:
|
|
Big Sur node timed out. Don't think I've seen that before. It didn't even upload any artifacts as a consequence... |
Wow, it runs three days, that limitation is set at here. sqlite truly is the most used db, is it also the most depended formula in Homebrew?
|
You can exclude |
Yeah, it’s because there are a select few formulae where we do test build time dependencies (go, ghc, etc.). Line 364 filter build deps out for most cases.
… On 23 Mar 2021, at 05:57, xxyzz ***@***.***> wrote:
You can exclude --include-build - we only test runtime dependencies in most cases.
I never used ruby but it looks like the test-bot has this arg: https://github.com/Homebrew/homebrew-test-bot/blob/master/lib/tests/formulae.rb#L317
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I run the I'm confused why |
There's a problem with pruning recursive build deps, which I'm working to fix soon. Shouldn't stop this PR though (that timeout error isn't related to the length - it just got stuck on something).
That sort of demonstrates the bug: cargo-edit -> rust (build) -> [email protected] -> sqlite We trim sqlite as a build dep, but don't consider that something else in the chain might be a build dep. |
Usual failures. This should probably be good to merge. All the extra ones on (Intel) Big Sur are formulae without bottles. Big Sur (ARM)
Big Sur (Intel)
Catalina
Mojave
|
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.
Thanks, @xxyzz!
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 doingbrew install <formula>
)?I see there is another pr of sqlite 3.34.1, the GitHub action won't run on my forked repo so I don't know if the newer version will pass the tests of other formulas.