Skip to content
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

The compiling rewriter fails in the nightly builds due to referring to a non existing sysroot #1758

Open
mlaveaux opened this issue Mar 21, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@mlaveaux
Copy link
Member

In the mcrl2compilerewriter script the compiler -isysroot flag is hardcoded to a specific macOS SDK version, in this case 14.2, based on CMAKE_OSX_SYSROOT. However, such a version does not exist on certain macOS versions. In particular it does not even exist on the build server that generates the nightly package. The reason for this is that we set DCMAKE_OSX_DEPLOYMENT_TARGET to an older target to make sure that the executables can be used on older macbooks, but this breaks the compiling rewriter. It is not clear how to resolve this issue properly.

@mlaveaux mlaveaux added the bug Something isn't working label Mar 21, 2024
@mlaveaux mlaveaux self-assigned this May 21, 2024
@mlaveaux mlaveaux added this to the release 202406 milestone May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant