Skip to content

Commit

Permalink
Merge pull request #1572 from jhiemstrawisc/update-xrds3-v0.1.5
Browse files Browse the repository at this point in the history
Update xrds3 to v0.1.6 to fix S3 multipart PUTs
  • Loading branch information
turetske committed Aug 28, 2024
2 parents 212f1e5 + b6d3b12 commit 0a402a3
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.4 https://github.com/PelicanPlatform/xrootd-s3-http.git
git clone --recurse-submodules --branch v0.1.6 https://github.com/PelicanPlatform/xrootd-s3-http.git
pushd xrootd-s3-http
git checkout v0.1.4
git checkout v0.1.6
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.4 && \
git checkout v0.1.6 && \
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 @@ -114,7 +114,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.4 && \
git checkout v0.1.6 && \
mkdir build && cd build && \
cmake -DLIB_INSTALL_DIR=/usr/lib64 .. && \
make install
Expand Down

0 comments on commit 0a402a3

Please sign in to comment.