mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-01-19 11:46:36 +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
|
- name: Run setup-graalvm action
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
version: 'latest'
|
version: 'dev'
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
components: 'espresso,llvm-toolchain,native-image,nodejs,python,R,ruby,wasm'
|
components: 'espresso,llvm-toolchain,native-image,nodejs,python,R,ruby,wasm'
|
||||||
set-java-home: 'false'
|
set-java-home: 'false'
|
||||||
@ -108,12 +108,11 @@ jobs:
|
|||||||
javac HelloWorld.java
|
javac HelloWorld.java
|
||||||
native-image HelloWorld
|
native-image HelloWorld
|
||||||
./helloworld
|
./helloworld
|
||||||
# [GR-36108]: Liquid does not build on TruffleRuby
|
- name: Build Shopify/liquid with TruffleRuby
|
||||||
# - name: Build Shopify/liquid with TruffleRuby
|
run: |
|
||||||
# run: |
|
[[ $(which bundle) == *"graalvm"* ]] || exit 57
|
||||||
# [[ $(which bundle) == *"graalvm"* ]] || exit 57
|
git clone --depth 1 https://github.com/Shopify/liquid.git
|
||||||
# git clone --depth 1 https://github.com/Shopify/liquid.git
|
pushd liquid > /dev/null
|
||||||
# pushd liquid > /dev/null
|
bundle install --jobs=3 --retry=3 --path=vendor/bundle
|
||||||
# bundle install --jobs=3 --retry=3 --path=vendor/bundle
|
# bundle exec rake (LIQUID C tests take very long to run)
|
||||||
# bundle exec rake
|
popd > /dev/null
|
||||||
# popd > /dev/null
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user