Skip to content

Commit

Permalink
And try running the offending command
Browse files Browse the repository at this point in the history
  • Loading branch information
edmcman committed Sep 6, 2024
1 parent 95b0981 commit 575cccf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ ADD . /root/pharos
# Put everything in the same layer so it's much smaller
RUN /root/pharos/scripts/build.bash $RECLAIM && \
find /usr/local/lib /usr/local/bin | xargs file | grep 'current ar archive' | awk -F':' '{print $1}' | xargs strip

RUN fn2hash --threads=20 ~/pharos/tests/ooex_vs2010/Lite/oo.exe || echo We crashed, oh no

0 comments on commit 575cccf

Please sign in to comment.