Skip to content

Commit

Permalink
Allow SBCL to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
hieplpvip committed Jul 29, 2024
1 parent 5f405f1 commit 8b45cf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-tier3/run
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ mv scratch-run /usr/bin/scratch-run
mkdir /judge
cd /judge || exit
curl -L https://github.com/VNOI-Admin/judge-server/archive/master.tar.gz | tar -xz --strip-components=1
sed -i "s/ALLOW_FAIL = {'GASARM'}/ALLOW_FAIL = {'GASARM', 'SBCL'}/g" .docker.test.py

mkdir -p /usr/lib/fpc/
cp asset/Windows.pas /usr/lib/fpc/
Expand Down

0 comments on commit 8b45cf9

Please sign in to comment.