Skip to content

Commit

Permalink
Allow CLANG, CLANGX, HASK to fail
Browse files Browse the repository at this point in the history
We don't actually use these
  • Loading branch information
hieplpvip committed Aug 17, 2023
1 parent 1f7a607 commit 0da27f3
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 @@ -13,6 +13,7 @@ sed -i '/^#include <cstdio>/a#include <cstdint>' /usr/include/testlib_themis_cms
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', 'OBJC'}/ALLOW_FAIL = {'GASARM', 'OBJC', 'CLANG', 'CLANGX', 'HASK'}/g" .docker.test.py
python3 -m venv --prompt=DMOJ env
env/bin/pip3 install -e .
runuser -u judge -w PATH -- bash -c '. ~/.profile; /judge/env/bin/python3 -u .docker.test.py'

0 comments on commit 0da27f3

Please sign in to comment.