-
-
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: migrate to python@3.9 #62864
salt: migrate to python@3.9 #62864
Conversation
This is weird, maybe we're not building the right version of cffi?
|
Even if we provide a newer cffi in the resources, it downloads and uses cffi 1.12.2 |
It is. Salt installs of its dependencies + we use resources for installing additional ones (the switch was done in #52835) If we want to install a custom version of |
Upstream report: saltstack/salt#58809 |
Closing, will reopen once upstream has fixed this. |
Weird:
|
I think those might be a brew bug: Homebrew/brew#9015 |
Given the failure is only on 10.14 and 10.13: have you checked those files actually exist in the macOS workers on those versions? |
Yes, looking at the code: I'm almost certain these frameworks don't exist on these macOS versions. I've opened Homebrew/brew#9031 which should fix this failure when it's merged and CI is rerun. It may be that |
Rerunning CI now Homebrew/brew#9031 is merged. |
Looks good now. Seems those broken system framework referenced didn't matter 🤷🏻. @fxcoudert should be ✅ to merge. |
🤖 A scheduled task has triggered a merge. |
Splitting from #62560
Updating
cffi