Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading