Skip to content

Commit

Permalink
slc9-builder: Add GNU time
Browse files Browse the repository at this point in the history
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
  • Loading branch information
singiamtel committed Dec 3, 2024
1 parent 59ef229 commit e8219ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slc9-builder/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e8219ef

Please sign in to comment.