asdf-vm / asdf-vm/asdf-ruby

Observe ASDF_CONCURRENCY

Open
#369 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
734
Forks
156
Avg merge
17h 6m
Merged PRs (30d)
1

Description

First of all, thank you for all the hard work so far.

I would like to inquire about support for [`ASDF_CONCURRENCY`](https://asdf-vm.com/manage/configuration.html#concurrency). Unless I'm missing something, it looks it was added in https://github.com/asdf-vm/asdf-ruby/commit/77df296, but then got lost during the transition to `ruby-build`.

Do you think we could reintroduce it by passing the value to `ruby-build` as [`MAKE_OPTS`](https://github.com/rbenv/ruby-build/blob/v20231014/bin/ruby-build#L589)? I'm hoping it is as simple as exporting before the build command:

```diff
+export MAKE_OPTS="-j $ASDF_CONCURRENCY"
echo "$patches" | "$(ruby_build_path)" ${opts} "$version" "$install_path"
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.