张泊明518370910136 bomingzh
张泊明518370910136 pushed to sample/success at JOJ/JOJ3-examples 2025-01-28 11:00:42 +08:00
bac6a7be62 chore: new conf version
张泊明518370910136 pushed to compile/error at JOJ/JOJ3-examples 2025-01-28 11:00:23 +08:00
4ef7e6a643 chore: new conf version
张泊明518370910136 pushed to compile/success at JOJ/JOJ3-examples 2025-01-28 11:00:02 +08:00
5dbd9cbeb1 chore: new conf version
张泊明518370910136 pushed to diff/complex at JOJ/JOJ3-examples 2025-01-28 10:59:43 +08:00
8702e783ec chore: new conf version
张泊明518370910136 pushed to diff/basic at JOJ/JOJ3-examples 2025-01-28 10:59:22 +08:00
26931844dc chore: new conf version
张泊明518370910136 pushed to healthcheck/asciimsg at JOJ/JOJ3-examples 2025-01-28 10:58:35 +08:00
aa593eb4c4 feat: 测试
f4b7776bf9 chore: new conf version
Compare 2 commits »
张泊明518370910136 pushed to master at JOJ/JOJ3 2025-01-28 10:09:41 +08:00
a6353dfed8 chore(parser): remove unused conf parts
a82f8eb90c chore(internal/conf): remove group from desc
17f098a6dc chore(healthcheck): remove unused cli args
Compare 3 commits »
张泊明518370910136 pushed to keyword/script at JOJ/JOJ3-examples 2025-01-28 10:04:41 +08:00
9dc0f1b29d chore: keywords conf
张泊明518370910136 pushed to keyword/cpplint/sillycode at JOJ/JOJ3-examples 2025-01-28 10:03:44 +08:00
d05037ea19 chore: keywords conf
张泊明518370910136 pushed to keyword/clangtidy/sillycode at JOJ/JOJ3-examples 2025-01-28 10:02:55 +08:00
50611aa97b chore: keywords conf
张泊明518370910136 pushed to cpplint/simple at JOJ/JOJ3-examples 2025-01-28 09:55:04 +08:00
d4eb6b9928 chore: keyword conf
张泊明518370910136 pushed to cppcheck/simple at JOJ/JOJ3-examples 2025-01-28 09:50:45 +08:00
05bc4648c4 chore: keyword conf
张泊明518370910136 pushed to master at JOJ/JOJ3-config-generator 2025-01-16 11:30:50 +08:00
aee18f582d ci: update gh mirror
张泊明518370910136 pushed to master at JOJ/JOJ3-config-generator 2025-01-16 11:22:21 +08:00
18e2a1b5be docs: fix typo
张泊明518370910136 pushed to master at JOJ/JOJ3 2025-01-12 09:50:54 +08:00
198fcc3c86 feat(executor/local): rlimit on CPU, Memory, Stack
张泊明518370910136 opened issue JOJ/JOJ3#83 2025-01-12 03:53:05 +08:00
Consider running teapot part in local executor
张泊明518370910136 commented on issue JOJ/JOJ3#82 2025-01-12 03:44:08 +08:00
Run go-judge inside docker

Check JOJ/go-judge-images for Dockerfile. Currently, the lxc config does not allow privileged docker container or mount /proc to run go-judge inside a docker container.

张泊明518370910136 commented on issue JOJ/JOJ3#82 2025-01-11 10:22:13 +08:00
Run go-judge inside docker

Can provide Dockerfile to students to let them have the exact(?) same environment as JOJ3

  • not that exact, students do not need to run them inside go-judge, but just the docker container
张泊明518370910136 commented on issue JOJ/JOJ3#82 2025-01-11 09:51:02 +08:00
Run go-judge inside docker

Dockerfile for that image (focs.ji.sjtu.edu.cn:5000/criyle/go-judge:latest has been pushed and ready to use now):

FROM focs.ji.sjtu.edu.cn:5000/criyle/go-judge:latest

RUN apt-get…
张泊明518370910136 opened issue JOJ/JOJ3#82 2025-01-11 09:47:54 +08:00
Run go-judge inside docker