Skip to content

Commit cdde5b8

Browse files
authored
Add recc to build containers (#308)
Co-authored-by: Sergio Garcia <sergio.garcia@cern.ch>
1 parent d8c8660 commit cdde5b8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

slc9-builder/provision.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ dnf groups install -y 'Development Tools'
2727
# python3-{pip,setuptools} and s3cmd needed for Jenkins builds.
2828
dnf install -y alice-o2-full-deps python3-pip python3-setuptools s3cmd time
2929

30+
curl https://s3.cern.ch/swift/v1/alibuild-repo/bin/recc -L -o /usr/bin/recc
31+
chmod +x /usr/bin/recc
32+
3033
wipednf

0 commit comments

Comments
 (0)