We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dfaef3 commit 571d0e1Copy full SHA for 571d0e1
.github/workflows/build-and-run.yml
@@ -54,7 +54,7 @@ jobs:
54
source venv/bin/activate
55
echo "=== Building TornadoVM ==="
56
57
- ./mvnw -Pjdk21,opencl-backend -Dtornado.backend=opencl install
+ make
58
59
echo "=== Searching for TornadoVM SDK directory ==="
60
SDK_DIR=$(find dist -type d -maxdepth 3 -path "*/tornadovm-*-opencl" | head -n 1)
0 commit comments