-
-
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
salt: update cffi resource #68490
salt: update cffi resource #68490
Conversation
|
Earlier, though: https://github.com/Homebrew/homebrew-core/pull/68490/checks?check_run_id=1663928195#step:7:4758
|
This formula gives issues on every update. Are we sure we still want to ship this? |
To be fair at the moment it's giving no greater issues than other formulae that aren't yet ARM-compatible. That said, I don't mind |
@bayandin do we still need to do an |
We do. |
Ok, cool, thanks. That's not hard. I'll fix it in a moment. Though, if someone has the time to do it now, please feel free. |
Feel involved in the creation of this mess with I'll have another look at how we can list all dependencies in the formula without pyobjc* |
The
It's only happening on ARM, though, so I guess it just really has deeper issues that make it incompatible |
@carlocab I've listed all the resources, that we use in salt (generated by slightly modified Will create a PR for Also, added
|
That's weird; that wasn't there before I added But, sure, I don't mind the additional changes. Thanks! |
Still no luck, sadly |
Actually, for most of the formulae, we use system |
Yes, I would also prefer system |
@@ -18,61 +19,254 @@ class Salt < Formula | |||
sha256 "bbc802eb5097a9f2d02b182215ca73eb37bdd841972e321bcaac219c2b530431" => :mojave | |||
end | |||
|
|||
depends_on "pkg-config" => :build |
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.
My bad
depends_on "pkg-config" => :build |
I guess that it could be related to the previous huge problem with salt and libcrypto (saltstack/salt#55084) which was fixed by saltstack/salt#56958. Could anyone check which one |
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. |
See #68463.