Skip to content

iOS support - #14223

Closed
theoparis wants to merge 1 commit into
uutils:mainfrom
theoparis:push-vmwuuzowlwwl
Closed

iOS support#14223
theoparis wants to merge 1 commit into
uutils:mainfrom
theoparis:push-vmwuuzowlwwl

Conversation

@theoparis

Copy link
Copy Markdown

No description provided.

Signed-off-by: Theo Paris <theo@theoparis.com>
macro_rules! init_startup_state_capture {
() => {
#[cfg(not(target_os = "macos"))]
#[cfg(not(any(target_os = "macos", target_os = "ios")))]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#[cfg(not(any(target_os = "macos", target_os = "ios")))]
#[cfg(not(target_vendor = "apple"))]

@oech3

oech3 commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

I'm fine to use vendor = apple always. However, I don't think there is worth to officially support iOS (add CI).

@github-actions

Copy link
Copy Markdown

GNU testsuite comparison:

Skip an intermittent issue tests/date/date-locale-hour (fails in this run but passes in the 'main' branch)
Skipping an intermittent issue tests/cut/bounded-memory (passes in this run but fails in the 'main' branch)
Skipping an intermittent issue tests/tail/tail-n0f (passes in this run but fails in the 'main' branch)
Note: The gnu test tests/printf/printf-surprise is now being skipped but was previously passing.
Congrats! The gnu test tests/tail/pipe-f is now passing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants