Skip to content

Commit

Permalink
Merge pull request #110716 from smg260/backport22.2-100764
Browse files Browse the repository at this point in the history
release-22.2: roachtest: remove old executables before installing ruby
  • Loading branch information
smg260 authored Sep 15, 2023
2 parents 0e8fdbd + 7e671ea commit 2a0b4bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/tests/ruby_pg.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ func registerRubyPG(r registry.Registry) {
"install ruby 3.1.2",
`mkdir -p ruby-install && \
curl -fsSL https://github.com/postmodern/ruby-install/archive/v0.8.3.tar.gz | tar --strip-components=1 -C ruby-install -xz && \
sudo rm -rf /usr/local/bin/* && \
sudo make -C ruby-install install && \
sudo ruby-install --system ruby 3.1.2 && \
sudo gem update --system`,
Expand Down

0 comments on commit 2a0b4bb

Please sign in to comment.