From d998a4c5f0ce6117290c31f94b9a2038a5284e9b Mon Sep 17 00:00:00 2001 From: Antanas Vaitkus Date: Wed, 15 May 2024 17:36:06 +0300 Subject: [PATCH] Update cod-tools to revision 10040 --- entrypoint.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 66e7a8f..cd64c0f 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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} \ @@ -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