Releases: omegaup/quark
Releases · omegaup/quark
v1.9.58
Create `/dev/null` in the container (#114) This is needed to run libinteractive problems.
v1.9.57
Bump omegajail to v3.10.2 (#113) This change bumps omegajail so that we can finally run interactive problems again, since they require compiling C++ and assembly files in the same commandline invocation.
v1.9.56
Have the `OutGeneratorConfig.Input` also include `Interactive` (#112) This section did not include the interactive options, so we were failing to compile when generating `.out`s.
v1.9.55
Make compilation errors more visible (#111) This makes compilation errors appear front and center when they occur.
v1.9.54
Fix a syntax error in the Dockerfile (#110) CI is hard.
v1.9.53
libinteractive bump (#109) This change also updates libinteractive in the runner-ci image.
v1.9.52
libinteractive bump (#108) This change now allows compilation and testing in M1 macOS.
v1.9.51
Fix the omegajail invocation (#107) Turns out that `exec.Command` doesn't like having the first arg there.
v1.9.50
Using the correct variable to invoke omegajail (#106) Previously we were using `omegajailParams`, which don't have the extra flags, but were logging `omegajailFullParams`! Now we use and log the same one.
v1.9.49
Bump omegajail (#105) This should display the errnos a bit nicer.