-
Notifications
You must be signed in to change notification settings - Fork 256
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
bundle install
doesn't install pacman dependencies
#396
Comments
larskanis
added a commit
that referenced
this issue
Nov 8, 2024
larskanis
added a commit
that referenced
this issue
Nov 8, 2024
larskanis
added a commit
that referenced
this issue
Nov 8, 2024
larskanis
added a commit
that referenced
this issue
Nov 8, 2024
larskanis
added a commit
that referenced
this issue
Nov 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What problems are you experiencing?
bundle install
doesn't install pacman dependencies.psych
has themsys2_mingw_dependencies
set here.Automatic installation of libyaml works with bundler up to 2.4.22, but fails with bundler-2.5.x.
Steps to reproduce
Use a
Gemfile
like this:Ensure pysch and libyaml are unavailable:
$ ridk exec pacman -R mingw-w64-ucrt-x86_64-libyaml $ gem uninst psych
Run bundler to download and install
psych
:What's the output from
ridk version
?The text was updated successfully, but these errors were encountered: