File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131
3232 - name : mount cvmfs
3333 run : |
34- if [ "${{ matrix.os }}" != "debian10" ]; then
35- apt-get update
36- apt-get install --fix-missing -y sudo wget gnupg lsb-release
37- sudo -H pip3 install --ignore-installed -U conan
38- fi
34+ apt-get update
35+ apt-get install --fix-missing -y sudo wget gnupg lsb-release
36+ sudo -H pip3 install --ignore-installed -U conan
3937 wget https://cernbox.cern.ch/remote.php/dav/public-files/RmnTeeOZpYjCJQb/masterkey.gsi.de.pub
4038 mkdir -p /etc/cvmfs/keys
4139 mv masterkey.gsi.de.pub /etc/cvmfs/keys
Original file line number Diff line number Diff line change 9292 # Here are the groups of repositories that need to be downloaded inside
9393 # r3broot. Each group is used by only one job.
9494 repos : [ r3broot, glad-tpc, sofia-frs-asy, r3broot-conan ]
95- os : [ debian10, debian11, debian12 ]
95+ os : [ debian11, debian12 ]
9696 fsv : [ jan24p1 ]
9797 cpp : [ 17 ]
9898
@@ -147,10 +147,6 @@ jobs:
147147 # build with conan package manager
148148 - repos : r3broot-conan
149149 preset : default
150-
151- exclude :
152- - repos : r3broot-conan
153- os : debian10
154150
155151 # Jobs are run inside a Docker container, which provides different compiled
156152 # tool-kits for the building, such as clang-tidy and cvmfs. For more
You can’t perform that action at this time.
0 commit comments