Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-emulation/amazon-ssm-agent: use upstream makefile
By maintaining our own build logic, we missed the fact that the agent was now split in two parts: * amazon-ssm-agent in `./core` * ssm-agent-worker in `./agent` With the runtimeconfig passed from the `core` to the `agent`. We were currently shipping `ssm-agent-worker` as the `amazon-ssm-agent` hence some errors we had. ``` amazon-ssm-agent[8929]: 2023-12-28 15:29:32 WARN [ssm-agent-worker] failed to read runtime config 'identity_config.json': open /var/lib/amazon/ssm/runtimeconfig/identity_config.json: no such file or directory ``` Signed-off-by: Mathieu Tortuyaux <[email protected]>
- Loading branch information