1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00

[java-truffle] add to IMPLS.yml

This commit is contained in:
Matt McGill 2021-04-23 01:59:12 +00:00 committed by Joel Martin
parent 068512559e
commit 1393145567

View File

@ -43,6 +43,7 @@ IMPL:
- {IMPL: io, NO_SELF_HOST_PERF: 1} # perf OOM - {IMPL: io, NO_SELF_HOST_PERF: 1} # perf OOM
- {IMPL: janet} - {IMPL: janet}
- {IMPL: java} - {IMPL: java}
- {IMPL: java-truffle}
- {IMPL: jq} - {IMPL: jq}
- {IMPL: js} - {IMPL: js}
- {IMPL: julia} - {IMPL: julia}