From 411481a6ae845f6bf1f7ba2bab7f985718e5e818 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Thu, 15 Jul 2021 16:47:05 +0100 Subject: [PATCH] Updated ci build scripts (from rspec-dev)4-0-dev --- .github/workflows/ci.yml | 2 +- .rubocop_rspec_base.yml | 2 +- script/ci_functions.sh | 2 +- script/clone_all_rspec_repos | 2 +- script/functions.sh | 3 ++- script/predicate_functions.sh | 2 +- script/run_build | 2 +- script/update_rubygems_and_install_bundler | 2 +- 8 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b71fe7ac22..bb6f26c80c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -# This file was generated on 2021-07-13T11:08:51+01:00 from the rspec-dev repo. +# This file was generated on 2021-07-15T16:47:05+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. name: RSpec CI diff --git a/.rubocop_rspec_base.yml b/.rubocop_rspec_base.yml index 2020daee60..f7fe0614c0 100644 --- a/.rubocop_rspec_base.yml +++ b/.rubocop_rspec_base.yml @@ -1,4 +1,4 @@ -# This file was generated on 2021-07-13T11:08:51+01:00 from the rspec-dev repo. +# This file was generated on 2021-07-15T16:47:05+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. # This file contains defaults for RSpec projects. Individual projects diff --git a/script/ci_functions.sh b/script/ci_functions.sh index 1c0785e18a..4906606b1c 100644 --- a/script/ci_functions.sh +++ b/script/ci_functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2021-07-13T11:08:51+01:00 from the rspec-dev repo. +# This file was generated on 2021-07-15T16:47:05+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. # Taken from: diff --git a/script/clone_all_rspec_repos b/script/clone_all_rspec_repos index 0478bcef87..7235a09af4 100755 --- a/script/clone_all_rspec_repos +++ b/script/clone_all_rspec_repos @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2021-07-13T11:08:51+01:00 from the rspec-dev repo. +# This file was generated on 2021-07-15T16:47:05+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. set -e diff --git a/script/functions.sh b/script/functions.sh index 085923dbc4..adaf3690fa 100644 --- a/script/functions.sh +++ b/script/functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2021-07-13T11:08:51+01:00 from the rspec-dev repo. +# This file was generated on 2021-07-15T16:47:05+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" @@ -90,6 +90,7 @@ function run_spec_suite_for { unset BUNDLE_GEMFILE bundle_install_flags=`cat .github/workflows/ci.yml | grep "bundle install" | sed 's/.* bundle install//'` travis_retry eval "(unset RUBYOPT; exec bundle install $bundle_install_flags)" + travis_retry eval "(unset RUBYOPT; exec bundle binstubs --all)" run_specs_and_record_done popd else diff --git a/script/predicate_functions.sh b/script/predicate_functions.sh index 7234d8b078..0bb6ee30dd 100644 --- a/script/predicate_functions.sh +++ b/script/predicate_functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2021-07-13T11:08:51+01:00 from the rspec-dev repo. +# This file was generated on 2021-07-15T16:47:05+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. function is_mri { diff --git a/script/run_build b/script/run_build index eaeff20016..b7a4a2fa10 100755 --- a/script/run_build +++ b/script/run_build @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2021-07-13T11:08:51+01:00 from the rspec-dev repo. +# This file was generated on 2021-07-15T16:47:05+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. set -e diff --git a/script/update_rubygems_and_install_bundler b/script/update_rubygems_and_install_bundler index 5634ce2326..5b1e6d7924 100755 --- a/script/update_rubygems_and_install_bundler +++ b/script/update_rubygems_and_install_bundler @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2021-07-13T11:08:51+01:00 from the rspec-dev repo. +# This file was generated on 2021-07-15T16:47:05+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. set -e