Skip to content

Releases: omegaup/omegajail

v3.10.4

13 Feb 02:01
4191ef4
Compare
Choose a tag to compare
Avoid `pidfd_open` altogether without sandboxing (#43)

This is causing problems for M1 chips, so let's skip it.

v3.10.3

13 Feb 00:47
8bce2f0
Compare
Choose a tag to compare
Avoid invoking seccomp when sandboxing is disabled (#42)

M1 chips are still causing problems for us.

This change allows us to not invoke seccomp at all when the sandboxing
is disabled.

v3.10.2

24 Jan 04:37
45cde84
Compare
Choose a tag to compare
Allow mixing assembler sources in gcc (#41)

This change allows us to specify source files that have assembler
(potentially with preprocessor commands) in between the C / C++ source
files.

v3.10.1

22 Jan 16:16
4cd267a
Compare
Choose a tag to compare
Fix the display of the errnos (#40)

Turns out that we were getting a negative error number, but all the
errnos are positive! This change fixes that.

v3.10.0

19 Jan 19:14
Compare
Choose a tag to compare
Release v3.10.0 #minor

This is an empty change, just for the purposes of bumping the version.

v3.9.4

19 Jan 16:50
c5cc815
Compare
Choose a tag to compare
Increase vibisility into the "unknown errno" (#37)

We don't know what the underlying error is and that's scary.

v3.9.3

12 Dec 15:10
614886c
Compare
Choose a tag to compare
Give Node more memory (#36)

Turns out that Node requires about 89 MiB of RAM _just_ to start. The VM
itself also consumes about 31 MiB of memory, so we need to account for
both to avoid submissions erroring out prematurely.

v3.9.2

10 Dec 20:08
f2faa13
Compare
Choose a tag to compare
Pass the `-x` flag to clang/gcc so that the extension can be changed …

v3.9.1

14 May 12:32
f8cb984
Compare
Choose a tag to compare
Allow falling back to the previous sigsys-based sandbox (#31)

This change allows older kernels (like the 5.10 used in WSL2) to use
omegajail. This will allow WSL2 to run the CI code for faster feedback
cycles.

v3.9.0

01 Apr 03:29
6220d6e
Compare
Choose a tag to compare
Release v3.9.0 #minor (#29)

This is an empty change, just for the purposes of bumping the version.