Skip to content

Amazon Linux 2 support for llbuild #980

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

Open
cmcgee1024 opened this issue Apr 25, 2025 · 1 comment
Open

Amazon Linux 2 support for llbuild #980

cmcgee1024 opened this issue Apr 25, 2025 · 1 comment

Comments

@cmcgee1024
Copy link
Member

There are certain downstream repositories, like Swift Build, that will be supporting Amazon Linux 2. There needs to be AL2 support in llbuild in order to achieve this.

One particular problem that has been encountered is an message like this following:

working-directory unsupported on this platform

This message occurs when the platform doesn't have a posix_spawn_file_actions_addchdir. To support AL2 there will need to be a work around for this limitation since processes can be spawned in other working directories from the parent.

@jakepetroules
Copy link
Contributor

This will also unblock the OpenBSD port of Swift.

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

No branches or pull requests

2 participants