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 devbox config #2274

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Add devbox config #2274

wants to merge 3 commits into from

Conversation

seven1m
Copy link
Member

@seven1m seven1m commented Oct 26, 2024

I've been using Devbox for some other projects and I wanted to see if using it here could simplify the setup process for new devs.

TODO: there are few failing specs (when run within a devbox shell) I need to figure out.

  • ::crypt() gives EINVAL
  • spec/core/file/flock_spec.rb segfault
  • spec/core/io/write_spec.rb Errno::ENOENT

src/string_object.cpp Outdated Show resolved Hide resolved
In my devbox environment, this is failing. Need to figure out why...
I learned that libcrypt is deprecated, and libxcrypt is a suitable
replacement. Yet, libxcrypt has certain unsecure algorithms disabled,
which we need to pass ruby specs.

Rather than using libcrypt or libxcrypt, let's copy over the crypt.h and
crypt.c from Ruby.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants