# HG changeset patch # User Meredith Howard # Date 1737403596 21600 # Node ID 222bbbc217cc6376f29ad7f4459689e6c206bee1 # Parent 7eef65340481f27817637b9a3f4705382e22fe29 Limit mise concurrency diff --git a/.config/mise/conf.d/base.toml b/.config/mise/conf.d/base.toml new file mode 100644 --- /dev/null +++ b/.config/mise/conf.d/base.toml @@ -0,0 +1,6 @@ +[settings] +jobs = 2 + +[env] +RUBY_CONFIGURE_OPTS = "--enable-install-doc" +RUBY_MAKE_OPTS = "-j2" diff --git a/bin/homedir-setup b/bin/homedir-setup --- a/bin/homedir-setup +++ b/bin/homedir-setup @@ -21,7 +21,7 @@ source .asdf/asdf.sh asdf plugin update --all -if [[ "$MACHTYPE" == "i686" ]]; then +if [[ "$MACHTYPE" != "i686" ]]; then curl -sS 'https://mise.run/' | sh fi