We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8c8660 commit cdde5b8Copy full SHA for cdde5b8
1 file changed
slc9-builder/provision.sh
@@ -27,4 +27,7 @@ dnf groups install -y 'Development Tools'
27
# python3-{pip,setuptools} and s3cmd needed for Jenkins builds.
28
dnf install -y alice-o2-full-deps python3-pip python3-setuptools s3cmd time
29
30
+curl https://s3.cern.ch/swift/v1/alibuild-repo/bin/recc -L -o /usr/bin/recc
31
+chmod +x /usr/bin/recc
32
+
33
wipednf
0 commit comments