Skip to content

Commit

Permalink
Pinning the xrootd build in macos to a specific tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Turetsky committed Nov 22, 2024
1 parent e47915f commit 4d79646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github_scripts/osx_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ popd

# Build XRootD from source
# Add patches to xrootd source code if needed
git clone --depth=10 https://github.com/xrootd/xrootd.git
git clone https://github.com/xrootd/xrootd.git
pushd xrootd
git checkout d74b2af36d04c398a91235bd2de32ee1283e92fe
git checkout tags/5.7.1
patch -p1 < $scriptdir/pelican_protocol.patch
mkdir xrootd_build
cd xrootd_build
Expand Down

0 comments on commit 4d79646

Please sign in to comment.