Skip to content

Commit 0f2216d

Browse files
committed
feat(github):Remove debian10 from our workflows
1 parent 2b36a7c commit 0f2216d

2 files changed

Lines changed: 4 additions & 10 deletions

File tree

.github/actions/pre-build/action.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,9 @@ runs:
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

.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
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

0 commit comments

Comments
 (0)