-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kitty: use apple_sdk_11 and mark as broken on x86_64-darwin
- Loading branch information
1 parent
da48047
commit 3126ef6
Showing
2 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3126ef6
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.
Is there any context or discussion to this change?
3126ef6
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.
Hi,
SDK 11 is required per upstream issue linked in the PR. There was also some discussion in #194543.
My understanding was that x86_64-darwin could not be used with SDK 11, but perhaps that was mistaken. I'd be happy to unbreak this for x86_64 if it will build, but I unfortunately don't have a system to test it on.
3126ef6
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.
@adamcstephens: Thanks for the quick reply! This helps quite a bit. I'll see, if I can do something on my end. Seems like SDK 11 is available on x86_64: #176661
3126ef6
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.
I get this error:
3126ef6
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.
@realsnick That error was fixed in #211135