File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ test-tier2:
3131 docker run --rm -v " ` pwd` /test" :/code --cap-add=SYS_PTRACE hnoj/runtimes-tier2
3232
3333test-tier3 :
34- docker run --rm -v " ` pwd` /test" :/code --cap-add=SYS_PTRACE hnoj/runtimes-tier3
34+ docker run --rm -v " ` pwd` /test-tier3 " :/code --cap-add=SYS_PTRACE hnoj/runtimes-tier3
3535
3636test-tiervnoj :
37- docker run --rm -v " ` pwd` /test-tier3 " :/code --cap-add=SYS_PTRACE hnoj/runtimes-tiervnoj
37+ docker run --rm -v " ` pwd` /test" :/code --cap-add=SYS_PTRACE hnoj/runtimes-tiervnoj
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ mv scratch-run /usr/bin/scratch-run
66
77mkdir /judge
88cd /judge || exit
9- curl -L https://github.com/VNOI-Admin /judge-server/archive/master.tar.gz | tar -xz --strip-components=1
9+ curl -L https://github.com/hnojedu /judge-server/archive/master.tar.gz | tar -xz --strip-components=1
1010
1111mkdir -p /usr/lib/fpc/
1212cp asset/Windows.pas /usr/lib/fpc/
Original file line number Diff line number Diff line change 11#! /bin/bash
22mkdir /judge
33cd /judge || exit
4- curl -L https://github.com/VNOI-Admin /judge-server/archive/master.tar.gz | tar -xz --strip-components=1
4+ curl -L https://github.com/hnojedu /judge-server/archive/master.tar.gz | tar -xz --strip-components=1
55python3 -m venv --prompt=DMOJ env
66env/bin/pip3 install -e .
77runuser -u judge -w PATH -- bash -c ' . ~/.profile; /judge/env/bin/dmoj-autoconf -V'
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ RUN apt-get update && \
2424 runuser judge -c 'curl https://sh.rustup.rs -sSf | sh -s -- -y' && \
2525 mkdir rust && ( \
2626 cd rust && \
27- curl -sL https://raw.githubusercontent.com/VNOI-Admin /judge-server/master/dmoj/executors/RUST.py | \
27+ curl -sL https://raw.githubusercontent.com/hnojedu /judge-server/master/dmoj/executors/RUST.py | \
2828 sed '/^CARGO_TOML/,/^"""/!d;//d' > Cargo.toml && \
2929 mkdir src && \
30- curl -sL https://raw.githubusercontent.com/VNOI-Admin /judge-server/master/dmoj/executors/RUST.py | \
30+ curl -sL https://raw.githubusercontent.com/hnojedu /judge-server/master/dmoj/executors/RUST.py | \
3131 sed '/^TEST_PROGRAM/,/^"""/!d;//d' > src/main.rs && \
3232 chown -R judge: . && \
3333 runuser -u judge /home/judge/.cargo/bin/cargo fetch \
You can’t perform that action at this time.
0 commit comments