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 9bde3b8 commit f6fe321Copy full SHA for f6fe321
provision-contest/ansible/roles/judgedaemon/tasks/main.yml
@@ -36,7 +36,7 @@
36
- name: Create chroot
37
shell: "set -o pipefail &&
38
{{ DJ_DIR }}/misc-tools/dj_make_chroot -y -H
39
- -i icpc-kotlinc,openjdk-17-jdk-headless
+ -i openjdk-21-jdk-headless
40
-l \"$(ls /tmp/dj_ansible/install-chroot/*.deb 2>/dev/null | tr '\n' ',')\"
41
-s \"$(ls /tmp/dj_ansible/chroot-list/*.list 2>/dev/null | tr '\n' ',')\"
42
2>&1 | tee /tmp/dj_make_chroot.log;
0 commit comments