Skip to content

Commit

Permalink
Merge pull request PelicanPlatform#1681 from jhiemstrawisc/update-s3-…
Browse files Browse the repository at this point in the history
…v0.1.7

Update s3 backend to include new multi_curl handler
  • Loading branch information
turetske authored Oct 23, 2024
2 parents 1ddcc0e + 0d3efb6 commit ff5ff14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions github_scripts/osx_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,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.6 https://github.com/PelicanPlatform/xrootd-s3-http.git
git clone --recurse-submodules --branch v0.1.7 https://github.com/PelicanPlatform/xrootd-s3-http.git
pushd xrootd-s3-http
git checkout v0.1.6
git checkout v0.1.7
mkdir build
cd build
cmake .. -GNinja -DCMAKE_INSTALL_PREFIX=$PWD/release_dir
Expand Down
2 changes: 1 addition & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ ADD https://api.github.com/repos/PelicanPlatform/xrootd-s3-http/git/refs/heads/m
RUN \
git clone --recurse-submodules https://github.com/PelicanPlatform/xrootd-s3-http.git && \
cd xrootd-s3-http && \
git checkout v0.1.6 && \
git checkout v0.1.7 && \
mkdir build && cd build && \
cmake -DLIB_INSTALL_DIR=/usr/lib64 .. && \
make install
Expand Down
2 changes: 1 addition & 1 deletion images/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ ADD https://api.github.com/repos/PelicanPlatform/xrootd-s3-http/git/refs/heads/m
RUN \
git clone --recurse-submodules https://github.com/PelicanPlatform/xrootd-s3-http.git && \
cd xrootd-s3-http && \
git checkout v0.1.6 && \
git checkout v0.1.7 && \
mkdir build && cd build && \
cmake -DLIB_INSTALL_DIR=/usr/lib64 .. && \
make install
Expand Down

0 comments on commit ff5ff14

Please sign in to comment.