-
-
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
ddev 3.3.0 (new formula) #135038
ddev 3.3.0 (new formula) #135038
Conversation
Thanks for contributing to Homebrew! 🎉 It looks like you're having trouble with a CI failure. See our contribution guide for help. You may be most interested in the section on dealing with CI failures. You can find the CI logs in the Checks tab of your pull request. |
some space issue, you can use |
d04cbfe
to
eba6f02
Compare
f582331
to
885c910
Compare
@chenrui333 Hi, do you know why the |
@chenrui333 Hi! I've been trying to investigate why the CI checks are failing but I haven't able to figure it out. Any advice or help would be really appreciated, thank you! |
a46b927
to
f266d7b
Compare
let me check in my local. |
0dc1779
to
e77f33e
Compare
oh you dont have to, you can just use:
that is how I am doing it |
@chenrui333 Gotcha, I just did that and updated the formula -- now I am seeing the memray issue that you mentioned above. |
memray issue seems resolved, bloomberg/memray#426 (comment) Gonna refresh this PR and have another run. |
|
have some issue building hatching-1.18.0 locally
|
@chenrui333 could you add the CI-long-timeout tag? I was able to install and test locally. |
@chenrui333 Just wanted to bump this! |
rerunning 🤞 |
@chenrui333 I fixed the Linux error, but I am getting a homebrew-core/Formula/snakefmt.rb Lines 39 to 40 in 85a8f43
|
yeah, we need to have that, can't we reproduce the CI error in the local? |
add ddev as new formula ddev: use memray 1.9.0 Signed-off-by: Rui Chen <rui@chenrui.dev> ddev: update deps and pypi_formula_mappings.json Signed-off-by: Rui Chen <rui@chenrui.dev>
@chenrui333 I added it in! I was not getting any of these errors on my local computer even though I have a mac. Is there a way to match the environment to get the same results? |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
ddev is a developer toolkit for Datadog Agent integrations. ddev can be used to test integrations, and provides an interface to manage E2E environments and maintain repositories.
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 --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?