forked from DMOJ/judge-server
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* executors: add basic autodetection from filename Ref DMOJ#967 * ci: use Python 3.10 when possible * Use metaclass to auto-populate Executor.name * Remove unnecessary executor name declarations * cptbox: check faccessat2 instead of always denying * cptbox: automatically generate FreeBSD syscalls * cptbox: allow ExactDir('/') rule to work * executors: allow racket to access / * cptbox: allow statx by default It used to only be allowed for compilers, but there is no reason why it should be compiler-only given that other stat syscalls are allowed for everything. This will fix the failure with Turing on latest glibc. * Work around pip bug * Add executor for Lean 4 * Update README * Delete errors * mypy * Make access rules more sane * Update docker test * Remove unnecessary executor name declarations * cptbox: allow pselect6/pselect6_time64 by default glibc 2.33+ use these instead of select Ref: https://sourceware.org/pipermail/glibc-cvs/2020q3/070159.html Co-authored-by: Tudor Brindus <[email protected]> Co-authored-by: Quantum <[email protected]> Co-authored-by: int-y1 <[email protected]>
- Loading branch information
1 parent
e0559b1
commit 51443fe
Showing
88 changed files
with
201 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.