Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Eclipse/CDT, GDB and MacOS 11.4/BigSur

CDT builds for macOS 10.6 using Xcode 9.4.1 - https://github.com/eclipse-cdt/cdt-infra/blob/master/docker/cdt-infra-build-macos-sdk/Readme.md

As of now CDT has no plans to support macOS on arm architecture, but I would be pleased if someone contributed such support. Doing so probably means updating the docker image above as a newer Xcode is needed.

Jonah

~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com


On Tue, 29 Jun 2021 at 16:43, Liviu Ionescu <ilg@xxxxxxxxxx> wrote:


> On 29 Jun 2021, at 23:35, Sam Warner via cdt-dev <cdt-dev@xxxxxxxxxxx> wrote:
>
> we probably need to clip the minimum supported release to what we test on.

Well, actually the minimum supported version is probably defined somewhere in the Eclipse documentation. (for my binaries I currently use macOS 10.10, and I plan to bump it to macOS 10.13 for future releases).

For the tests to be complete, you should run them on the same release as the build **plus** all subsequent macOS releases. I don't know if it is possible to create Docker images with older macOS versions.


Liviu



Back to the top