summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Fusik <piotr@fusion-lang.org>2024-01-22 17:19:05 +0100
committerPiotr Fusik <piotr@fusion-lang.org>2024-01-22 17:19:05 +0100
commit05b1dec7f952c4097b2dd9d479e0e843b8ac5aa1 (patch)
tree887cd296c67960fd673222a4646bf31ccca00cca
parent0f4369e6a6c8f7942b0ce5eee272b83a398c6b50 (diff)
Revert "[test] Restore Java fut CI now that JDK 21.0.2 fixes https://bugs.java.com/bugdatabase/view_bug?bug_id=JDK-8321262"
setup-java still installs 21.0.1. This reverts commit 0f4369e6a6c8f7942b0ce5eee272b83a398c6b50.
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c5df8ce..55c3221 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -73,7 +73,7 @@ jobs:
- uses: actions/checkout@main
- run: make -j3 host-diff
- run: make -j3 java/GenBase.java
- - run: make -j3 host-diff-java
+ #- run: make -j3 host-diff-java
- run: make -j3 test-error FUT_HOST=cs
- run: make -j3 test-error FUT_HOST=java
- run: make -j3 test-error FUT_HOST=node