Skip to content

Commit f6fe321

Browse files
Install newer version of OpenJDK from Ubuntu 24.04
1 parent 9bde3b8 commit f6fe321

File tree

1 file changed

+1
-1
lines changed
  • provision-contest/ansible/roles/judgedaemon/tasks

1 file changed

+1
-1
lines changed

provision-contest/ansible/roles/judgedaemon/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
- name: Create chroot
3737
shell: "set -o pipefail &&
3838
{{ DJ_DIR }}/misc-tools/dj_make_chroot -y -H
39-
-i icpc-kotlinc,openjdk-17-jdk-headless
39+
-i openjdk-21-jdk-headless
4040
-l \"$(ls /tmp/dj_ansible/install-chroot/*.deb 2>/dev/null | tr '\n' ',')\"
4141
-s \"$(ls /tmp/dj_ansible/chroot-list/*.list 2>/dev/null | tr '\n' ',')\"
4242
2>&1 | tee /tmp/dj_make_chroot.log;

0 commit comments

Comments
 (0)