Skip to content

Do not set `HOME` in `scripts/gitaly-test-spawn`

Kamil Trzciński requested to merge do-not-set-HOME-for-Gitaly into master

What does this MR do?

This changes a very old behavior that seems to be wrong:

This got properly resolved by Jacob with d291f69f, and Remy with setting bundle path:

  • This breaks an ability to re-use a global config, and breaks the Gitaly ability to properly bundle install all dependencies and re-use them in a system.
  • This makes the gitaly for tests also slower to execute if gems sharing is desired.

Like with:

bundle config set --global path ~/.gems/ruby/...

Does this MR meet the acceptance criteria?

Conformity

Edited by Kamil Trzciński

Merge request reports