1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-08 04:46:32 +02:00
piston/packages/zig/0.10.1/environment
Omar Brikaa bd42fe3357
Improve isolation, execution limits and execution metrics by using Isolate ()
* Initial: use Isolate for isolation

* Continue: use Isolate for isolation

* Bug fixes

* timeout is wall-time for backward compatibility

* Documentation, signal names, reported time in ms

* Report memory usage in bytes

* Add privileged flags where needed

* Remove tmpfs

* Remove tmpfs

* Fix package installation

* Fix path, fix Zig: CRLF -> LF
2024-09-08 13:58:40 +12:00

4 lines
64 B
Bash

#!/usr/bin/env bash
# compiler path
export PATH=$PWD/bin:$PATH