Skip to content

Commit

Permalink
Merge pull request #2026 from bbockelm/s3_osx_bump
Browse files Browse the repository at this point in the history
Update OS X install of xrootd-s3-http to v0.2.1
  • Loading branch information
bbockelm authored Feb 18, 2025
2 parents 2784ff0 + 81f51d8 commit eb4f869
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 @@ -63,9 +63,9 @@ sudo mkdir -p /etc/xrootd/client.plugins.d/
sudo cp release_dir/etc/xrootd/client.plugins.d/pelican-plugin.conf /etc/xrootd/client.plugins.d/
popd

git clone --recurse-submodules --branch v0.1.8 https://github.com/PelicanPlatform/xrootd-s3-http.git
git clone --recurse-submodules --branch v0.2.1 https://github.com/PelicanPlatform/xrootd-s3-http.git
pushd xrootd-s3-http
git checkout v0.1.8
git checkout v0.2.1
mkdir build
cd build
cmake .. -GNinja -DCMAKE_INSTALL_PREFIX="$PWD/release_dir"
Expand Down

0 comments on commit eb4f869

Please sign in to comment.