Skip to content

Commit

Permalink
Update cod-tools to revision 10040
Browse files Browse the repository at this point in the history
  • Loading branch information
vaitkus authored May 15, 2024
1 parent 78aec31 commit d998a4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apt-get -y install git

# Make a sparse check out a fixed 'cod-tools' revision
COD_TOOLS_DIR=cod-tools
COD_TOOLS_REV=9586
COD_TOOLS_REV=10040
mkdir ${COD_TOOLS_DIR}
cd ${COD_TOOLS_DIR}
svn co -r ${COD_TOOLS_REV} \
Expand All @@ -27,8 +27,8 @@ svn up -r ${COD_TOOLS_REV} \

# Install 'cod-tools' dependencies
apt-get -y install sudo
./dependencies/Ubuntu-20.04/build.sh
./dependencies/Ubuntu-20.04/run.sh
./dependencies/Ubuntu-22.04/build.sh
./dependencies/Ubuntu-22.04/run.sh

# Patch the Makefile and run custom build commands
# to avoid time-intensive tests
Expand Down

0 comments on commit d998a4c

Please sign in to comment.