Skip to content

Commit

Permalink
Pulling latest xrootd to see if that fixed the problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Turetsky committed Nov 25, 2024
1 parent 705457e commit 44c2c12
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 https://github.com/xrootd/xrootd.git
git clone depth = 1 https://github.com/xrootd/xrootd.git
pushd xrootd
git checkout tags/v5.7.1
#git checkout tags/v5.7.1
patch -p1 < $scriptdir/pelican_protocol.patch
mkdir xrootd_build
cd xrootd_build
Expand Down

0 comments on commit 44c2c12

Please sign in to comment.