mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-01-19 03:43:02 +08:00
Enable liquid tests.
Need to use latest dev build to get the fix for GR-36108.
This commit is contained in:
parent
f786ab1178
commit
0141e9fea8
19
.github/workflows/test.yml
vendored
19
.github/workflows/test.yml
vendored
@ -77,7 +77,7 @@ jobs:
|
||||
- name: Run setup-graalvm action
|
||||
uses: ./
|
||||
with:
|
||||
version: 'latest'
|
||||
version: 'dev'
|
||||
java-version: '17'
|
||||
components: 'espresso,llvm-toolchain,native-image,nodejs,python,R,ruby,wasm'
|
||||
set-java-home: 'false'
|
||||
@ -108,12 +108,11 @@ jobs:
|
||||
javac HelloWorld.java
|
||||
native-image HelloWorld
|
||||
./helloworld
|
||||
# [GR-36108]: Liquid does not build on TruffleRuby
|
||||
# - name: Build Shopify/liquid with TruffleRuby
|
||||
# run: |
|
||||
# [[ $(which bundle) == *"graalvm"* ]] || exit 57
|
||||
# git clone --depth 1 https://github.com/Shopify/liquid.git
|
||||
# pushd liquid > /dev/null
|
||||
# bundle install --jobs=3 --retry=3 --path=vendor/bundle
|
||||
# bundle exec rake
|
||||
# popd > /dev/null
|
||||
- name: Build Shopify/liquid with TruffleRuby
|
||||
run: |
|
||||
[[ $(which bundle) == *"graalvm"* ]] || exit 57
|
||||
git clone --depth 1 https://github.com/Shopify/liquid.git
|
||||
pushd liquid > /dev/null
|
||||
bundle install --jobs=3 --retry=3 --path=vendor/bundle
|
||||
# bundle exec rake (LIQUID C tests take very long to run)
|
||||
popd > /dev/null
|
||||
|
Loading…
x
Reference in New Issue
Block a user