Skip to content

Commit

Permalink
Switch to using xrootd.org debian builds
Browse files Browse the repository at this point in the history
We now depend on XRootD 5.7.0 or later -- that means we'll need
upstream builds.
  • Loading branch information
bbockelm committed Oct 21, 2024
1 parent cf4b41f commit 0b407f1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
build:
strategy:
matrix:
external-gtest: [ YES, NO ]
os: [ ubuntu-latest, ubuntu-22.04 ]
external-gtest: [ YES ]
os: [ ubuntu-24.04 ]

runs-on: ${{ matrix.os }}
name: Build with external_gtest=${{ matrix.external-gtest }} on ${{ matrix.os }}
Expand All @@ -31,6 +31,8 @@ jobs:
submodules: recursive
- name: install deps
run: |
sudo curl -L https://xrootd.web.cern.ch/repo/RPM-GPG-KEY.txt -o /etc/apt/trusted.gpg.d/xrootd.asc
sudo /bin/sh -c 'echo "deb https://xrootd.web.cern.ch/ubuntu noble stable" >> /etc/apt/sources.list.d/xrootd.list'
sudo apt update && sudo apt-get install -y cmake libcurl4-openssl-dev libcurl4 pkg-config libssl-dev xrootd-server libxrootd-dev libxrootd-server-dev libgtest-dev
- name: Create Build Environment
Expand Down

0 comments on commit 0b407f1

Please sign in to comment.