Skip to content

Commit 2a48693

Browse files
committed
update rbenv
1 parent 2e4fd2c commit 2a48693

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

appveyor-linux-binary.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ install:
5252
- sh: "mvn --version"
5353

5454
- sh: "source ${HOME}/venv${PYTHON_VERSION}/bin/activate"
55+
- sh: "git clone https://github.com/rbenv/rbenv.git ~/.rbenv && git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build && alias rbenv='~/.rbenv/bin/rbenv'"
5556
- sh: "rbenv install 3.3.7"
5657
- sh: "rbenv install 3.4.7"
5758
- sh: "rbenv install 3.2.7"

appveyor-ubuntu.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ for:
453453

454454
test_script:
455455
# Install Ruby for Ruby build tests
456+
- sh: "git clone https://github.com/rbenv/rbenv.git ~/.rbenv && git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build && alias rbenv='~/.rbenv/bin/rbenv'"
456457
- sh: "rbenv install 3.3.7"
457458
- sh: "rbenv install 3.4.7"
458459
- sh: "rbenv install 3.2.7"
@@ -474,6 +475,7 @@ for:
474475

475476
test_script:
476477
# Install Ruby for Ruby ARM64 build tests
478+
- sh: "git clone https://github.com/rbenv/rbenv.git ~/.rbenv && git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build && alias rbenv='~/.rbenv/bin/rbenv'"
477479
- sh: "rbenv install 3.3.7"
478480
- sh: "rbenv install 3.4.7"
479481
- sh: "rbenv install 3.2.7"
@@ -519,6 +521,7 @@ for:
519521

520522
test_script:
521523
# Install Ruby for Ruby sync tests
524+
- sh: "git clone https://github.com/rbenv/rbenv.git ~/.rbenv && git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build && alias rbenv='~/.rbenv/bin/rbenv'"
522525
- sh: "rbenv install 3.3.7"
523526
- sh: "rbenv install 3.4.7"
524527
- sh: "rbenv install 3.2.7"
@@ -565,6 +568,7 @@ for:
565568

566569
test_script:
567570
# Install Ruby for Ruby validation and other tests
571+
- sh: "git clone https://github.com/rbenv/rbenv.git ~/.rbenv && git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build && alias rbenv='~/.rbenv/bin/rbenv'"
568572
- sh: "rbenv install 3.3.7"
569573
- sh: "rbenv install 3.4.7"
570574
- sh: "rbenv install 3.2.7"

0 commit comments

Comments
 (0)