Skip to content

Commit

Permalink
Bump omegajail to v3.10.2 (#113)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lhchavez authored Jan 24, 2023
1 parent 911cf24 commit 5fa4759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN mkdir /tmp/karel && \

# Install a newer version of the omegajail binary.
RUN rm -rf /var/lib/omegajail && \
curl -sSL https://github.com/omegaup/omegajail/releases/download/v3.10.1/omegajail-focal-distrib-x86_64.tar.xz | tar xJ -C / && \
curl -sSL https://github.com/omegaup/omegajail/releases/download/v3.10.2/omegajail-focal-distrib-x86_64.tar.xz | tar xJ -C / && \
curl -sL https://github.com/omegaup/libinteractive/releases/download/v2.0.29/libinteractive.jar \
-o /usr/share/java/libinteractive.jar

Expand Down

0 comments on commit 5fa4759

Please sign in to comment.