mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-04-23 05:36:46 +08:00
Disable Build Ruby-FFI with TruffleRuby
step.
This commit is contained in:
parent
814434c7a9
commit
70003e7f9f
22
.github/workflows/test.yml
vendored
22
.github/workflows/test.yml
vendored
@ -332,16 +332,16 @@ jobs:
|
|||||||
javac HelloWorld.java
|
javac HelloWorld.java
|
||||||
native-image -g HelloWorld
|
native-image -g HelloWorld
|
||||||
./helloworld
|
./helloworld
|
||||||
- name: Build Ruby-FFI with TruffleRuby
|
# - name: Build Ruby-FFI with TruffleRuby
|
||||||
run: |
|
# run: |
|
||||||
[[ $(which bundle) == *"graalvm"* ]] || exit 57
|
# [[ $(which bundle) == *"graalvm"* ]] || exit 57
|
||||||
git clone --depth 1 https://github.com/ffi/ffi.git
|
# git clone --depth 1 https://github.com/ffi/ffi.git
|
||||||
pushd ffi > /dev/null
|
# pushd ffi > /dev/null
|
||||||
# https://github.com/ffi/ffi/blob/447845cb3030194c79700c86fb388a12e6f81386/.github/workflows/ci.yml#L58-L62
|
# # https://github.com/ffi/ffi/blob/447845cb3030194c79700c86fb388a12e6f81386/.github/workflows/ci.yml#L58-L62
|
||||||
bundle install
|
# bundle install
|
||||||
bundle exec rake libffi
|
# bundle exec rake libffi
|
||||||
bundle exec rake compile
|
# bundle exec rake compile
|
||||||
bundle exec rake test
|
# bundle exec rake test
|
||||||
popd > /dev/null
|
# popd > /dev/null
|
||||||
- name: Remove components
|
- name: Remove components
|
||||||
run: gu remove espresso llvm-toolchain nodejs python ruby wasm
|
run: gu remove espresso llvm-toolchain nodejs python ruby wasm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user