Revert copyfile change from 804fa3f1ae043310ec574ce0f44d36c79a13c545#13069
Merged
rgrinberg merged 1 commit intoocaml:mainfrom Dec 27, 2025
Merged
Revert copyfile change from 804fa3f1ae043310ec574ce0f44d36c79a13c545#13069rgrinberg merged 1 commit intoocaml:mainfrom
rgrinberg merged 1 commit intoocaml:mainfrom
Conversation
At least on older macOS versions we need portable copyfile. Fixes ocaml#12576 Signed-off-by: Sergey Fedorov <vital.had@gmail.com>
a2556e0 to
c7ea086
Compare
Collaborator
|
I've added it to the 3.21 release tracker so that @shonfeder can backport this change. |
Member
|
Out of curiosity, why do you still need this ancient version of macos supported? |
Contributor
Author
|
@rgrinberg Apple dropped powerpc support in 10.7, so it is impossible to run anything newer on powerpc hardware. Also i386 hardware is capped at 10.6.8 (i.e. early CoreDuo Macs). Thank you for merging! |
shonfeder
pushed a commit
that referenced
this pull request
Jan 5, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
At least on older macOS versions we need portable copyfile. Fixes #12576
@rgrinberg Sorry for a delay with this. If it is possible to get this merged before 3.21.0 release, it will be great.