From 009c3f08dbae41062421bd7aa233ceac26555fb1 Mon Sep 17 00:00:00 2001 From: Gredin67 Date: Thu, 29 Feb 2024 19:05:02 +0100 Subject: [PATCH] bundle revert --- scripts/install | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/scripts/install b/scripts/install index 51aa6b1..3130347 100755 --- a/scripts/install +++ b/scripts/install @@ -77,12 +77,15 @@ ynh_script_progression --message="Building app..." --weight=1 pushd "$install_dir/live" # Building ruby packages ynh_use_ruby - ynh_exec_warn_less $ynh_gem update --system + #ynh_exec_warn_less $ynh_gem update --system ynh_exec_warn_less $ynh_gem install bundler --no-document - ynh_exec_warn_less ynh_exec_as $app $ynh_ruby_load_path $ld_preload bin/bundle config deployment 'true' - ynh_exec_warn_less ynh_exec_as $app $ynh_ruby_load_path $ld_preload bin/bundle config without 'development test doc' - ynh_exec_warn_less ynh_exec_as $app $ynh_ruby_load_path $ld_preload bin/bundle config set force_ruby_platform true - ynh_exec_warn_less ynh_exec_as $app $ynh_ruby_load_path $ld_preload bin/bundle install -j$(getconf _NPROCESSORS_ONLN) + #ynh_exec_warn_less ynh_exec_as $app $ynh_ruby_load_path $ld_preload bin/bundle config deployment 'true' + ynh_exec_warn_less ynh_exec_as $app $ynh_ruby_load_path $ld_preload bin/bundle config --global frozen 1 + #ynh_exec_warn_less ynh_exec_as $app $ynh_ruby_load_path $ld_preload bin/bundle config without 'development test doc' + ynh_exec_warn_less ynh_exec_as $app $ynh_ruby_load_path $ld_preload bin/bundle config set --local without 'development test doc' + #ynh_exec_warn_less ynh_exec_as $app $ynh_ruby_load_path $ld_preload bin/bundle config set force_ruby_platform true + #ynh_exec_warn_less ynh_exec_as $app $ynh_ruby_load_path $ld_preload bin/bundle install -j$(getconf _NPROCESSORS_ONLN) + ynh_exec_warn_less ynh_exec_as $app $ynh_ruby_load_path $ld_preload bin/bundle install ynh_exec_warn_less ynh_exec_as $app $ynh_ruby_load_path $ld_preload bin/bundle binstubs --all #ynh_exec_warn_less $ynh_gem install bundler #ynh_exec_warn_less bin/bundle config --global frozen 1