From e8219ef37a66b3b232444f2b7868c71f5162c85e Mon Sep 17 00:00:00 2001 From: Sergio Date: Tue, 3 Dec 2024 17:18:40 +0100 Subject: [PATCH] slc9-builder: Add GNU `time` Adding it to fix this error in the DPG tester: ``` /sw/slc9_x86-64/O2/1816-slc9_x86-64-local1/share/scripts/jobutils.sh: line 156: /usr/bin/time: No such file or directory ``` @swenzel: [we use the binary over the shell buiting because] It provides more information. As a gnu tool it's also platform independent --- slc9-builder/provision.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slc9-builder/provision.sh b/slc9-builder/provision.sh index 561e566..db22d75 100644 --- a/slc9-builder/provision.sh +++ b/slc9-builder/provision.sh @@ -23,6 +23,6 @@ dnf config-manager --set-enabled crb dnf update -y dnf groups install -y 'Development Tools' # python3-{pip,setuptools} and s3cmd needed for Jenkins builds. -dnf install -y alice-o2-full-deps python3-pip python3-setuptools s3cmd +dnf install -y alice-o2-full-deps python3-pip python3-setuptools s3cmd time wipednf