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
In an effort to make PHP compatible with Jammy, we've copied the binary-builder code from dep-server directly into this buildpack's dependency management workflow. See this comment for more context. This is not ideal because the binary-builder code is superfluous and hard to maintain.
Keeping the binary-builder code as is also created sudo-related issues that made it difficult to run commands within the compilation container. As a result, a docker user was created as a hack. This is not a long term solution.
Acceptance Criteria:
remove binary-builder directory from dependency/actions/compile
remove docker user form sudo-ers group and remove --env PASSWORD=docker from action.yml
The text was updated successfully, but these errors were encountered:
In an effort to make PHP compatible with Jammy, we've copied the binary-builder code from dep-server directly into this buildpack's dependency management workflow. See this comment for more context. This is not ideal because the binary-builder code is superfluous and hard to maintain.
Keeping the binary-builder code as is also created sudo-related issues that made it difficult to run commands within the compilation container. As a result, a
docker
user was created as a hack. This is not a long term solution.Acceptance Criteria:
binary-builder
directory fromdependency/actions/compile
--env PASSWORD=docker
fromaction.yml
The text was updated successfully, but these errors were encountered: