Skip to content

Commit 5a85ef7

Browse files
committed
chore: cleanup
1 parent a3f4715 commit 5a85ef7

File tree

4 files changed

+1
-36
lines changed

4 files changed

+1
-36
lines changed

.github/loom.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/workflows/bench.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@ jobs:
121121
- name: Install dotnet
122122
if: matrix.lang == 'csharp'
123123
run: ./.github/dotnet.sh
124-
# - name: Install loom
125-
# if: matrix.lang == 'java'
126-
# run: ./.github/loom.sh
127124
# - name: Install graalvm native-image
128125
# if: matrix.lang == 'java'
129126
# run: ./.github/graalvm-native-image.sh
@@ -278,7 +275,6 @@ jobs:
278275
- run: ./.github/wasm.sh
279276
# - run: ./.github/fortran.sh
280277
- uses: julia-actions/setup-julia@v1
281-
# - run: ./.github/loom.sh
282278
- run: ./.github/lua.sh
283279
# - run: ./.github/racket.sh
284280
- run: ./.github/hashlink.sh

bench/bench_java.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ environments:
9090
docker_runtime_dir: /usr/local/openjdk-*
9191
docker_runtime_dir_rename_to: openjdk
9292
include:
93-
build: javac --enable-preview --release 20 --add-modules jdk.incubator.vector app.java -d out
93+
build: javac --enable-preview --release 21 --add-modules jdk.incubator.vector app.java -d out
9494
out_dir: out
9595
run_cmd: openjdk/bin/java --enable-preview --add-modules jdk.incubator.vector app
9696
allow_failure: true

bench/bench_java_loom.yaml

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)