From 70003e7f9f04ce4e4deb23909317906c7c4f97d9 Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Tue, 19 Sep 2023 15:50:03 +0200 Subject: [PATCH] Disable `Build Ruby-FFI with TruffleRuby` step. --- .github/workflows/test.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 73f7ee3..693ee09 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -332,16 +332,16 @@ jobs: javac HelloWorld.java native-image -g HelloWorld ./helloworld - - name: Build Ruby-FFI with TruffleRuby - run: | - [[ $(which bundle) == *"graalvm"* ]] || exit 57 - git clone --depth 1 https://github.com/ffi/ffi.git - pushd ffi > /dev/null - # https://github.com/ffi/ffi/blob/447845cb3030194c79700c86fb388a12e6f81386/.github/workflows/ci.yml#L58-L62 - bundle install - bundle exec rake libffi - bundle exec rake compile - bundle exec rake test - popd > /dev/null + # - name: Build Ruby-FFI with TruffleRuby + # run: | + # [[ $(which bundle) == *"graalvm"* ]] || exit 57 + # git clone --depth 1 https://github.com/ffi/ffi.git + # pushd ffi > /dev/null + # # https://github.com/ffi/ffi/blob/447845cb3030194c79700c86fb388a12e6f81386/.github/workflows/ci.yml#L58-L62 + # bundle install + # bundle exec rake libffi + # bundle exec rake compile + # bundle exec rake test + # popd > /dev/null - name: Remove components run: gu remove espresso llvm-toolchain nodejs python ruby wasm