You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: