ci icon indicating copy to clipboard operation
ci copied to clipboard

onCreateCommand/postCreateCommand ... failed with exit code 137. Skipping any further user-provided commands.

Open timnolte opened this issue 2 years ago • 1 comments

No matter what I try I can't get this Dev Container to complete the onCreateCommand successfully, or even the postCreateCommand if I skip the onCreateCommand without running into what essentially appears to be an Out of Memory issue.

Failures: https://github.com/oidc-wp/openid-connect-generic/actions/runs/6793956920/job/18469639576#step:5:3652 Dev Container Configuration: https://github.com/oidc-wp/openid-connect-generic/blob/feature/unit-tests/.devcontainer/devcontainer.json

timnolte avatar Nov 08 '23 05:11 timnolte

Removing the installation of Composer from the onCreateCommand gets past the failure to complete the onCreateCommand however, now the postCreateCommand fails when trying to run composer install. It really doesn't seem like using Dev Containers for GitHub Actions is really a viable option.

https://github.com/oidc-wp/openid-connect-generic/actions/runs/6806959957/job/18509175341

timnolte avatar Nov 09 '23 03:11 timnolte