Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(PA-5640) Fix ruybgem-ffi runtime logic
Our logic is incorrect, previously we were looking at `settings[:runtime_project]`. In agent-runtime context that will always just return 'agent', not the full project name we were looking for. This lead to having the PL build tools path added earlier then we want and an older GCC being used that breaks rubygem-ffi from building.
- Loading branch information