Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for cflinuxfs4 stack #174

Merged
merged 49 commits into from
Aug 4, 2023
Merged

Add support for cflinuxfs4 stack #174

merged 49 commits into from
Aug 4, 2023

Conversation

NouemanKHAL
Copy link
Member

This PR adds the ruby interpreter to the buildpack in order to add support for the cflinuxfs4 stack.

Follow up of #172

@NouemanKHAL NouemanKHAL added the changelog/Added Added features results into a minor version bump label Jul 4, 2023
@NouemanKHAL NouemanKHAL marked this pull request as ready for review July 4, 2023 09:15
@NouemanKHAL NouemanKHAL requested a review from a team as a code owner July 4, 2023 09:15
@NouemanKHAL
Copy link
Member Author

rebase on master

@NouemanKHAL NouemanKHAL marked this pull request as draft July 4, 2023 14:39
@NouemanKHAL NouemanKHAL marked this pull request as ready for review July 4, 2023 15:55
bin/compile Show resolved Hide resolved
RUBY_CMD=$DEPS_DIR/$DEPS_IDX/bin/ruby
fi

echo "if ! which ruby > /dev/null; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
echo "if ! which ruby > /dev/null; then
echo "if ! which ruby > /dev/null; then

Can you add a comment here explaining why we do this?

@NouemanKHAL NouemanKHAL merged commit 4ad8297 into master Aug 4, 2023
3 checks passed
@NouemanKHAL NouemanKHAL deleted the noueman/install-ruby branch August 4, 2023 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog/Added Added features results into a minor version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants