Skip to content

Releases: omegaup/quark

v1.9.58

24 Jan 15:29
32f89b0
Compare
Choose a tag to compare
Create `/dev/null` in the container (#114)

This is needed to run libinteractive problems.

v1.9.57

24 Jan 04:48
5fa4759
Compare
Choose a tag to compare
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

24 Jan 04:17
911cf24
Compare
Choose a tag to compare
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

23 Jan 16:03
49bbb9b
Compare
Choose a tag to compare
Make compilation errors more visible (#111)

This makes compilation errors appear front and center when they occur.

v1.9.54

23 Jan 05:01
1cf39af
Compare
Choose a tag to compare
Fix a syntax error in the Dockerfile (#110)

CI is hard.

v1.9.53

23 Jan 04:46
ffff3b8
Compare
Choose a tag to compare
libinteractive bump (#109)

This change also updates libinteractive in the runner-ci image.

v1.9.52

23 Jan 03:54
fbec50f
Compare
Choose a tag to compare
libinteractive bump (#108)

This change now allows compilation and testing in M1 macOS.

v1.9.51

22 Jan 19:33
cc977cb
Compare
Choose a tag to compare
Fix the omegajail invocation (#107)

Turns out that `exec.Command` doesn't like having the first arg there.

v1.9.50

22 Jan 19:07
e5c8819
Compare
Choose a tag to compare
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

22 Jan 16:40
617a04b
Compare
Choose a tag to compare
Bump omegajail (#105)

This should display the errnos a bit nicer.