Skip to content

Commit

Permalink
Merge pull request PelicanPlatform#1590 from jhiemstrawisc/xrdcl-peli…
Browse files Browse the repository at this point in the history
…can-to-0.9.4

Update xrdcl-pelican to v0.9.4
  • Loading branch information
turetske authored Sep 18, 2024
2 parents a33a5e7 + 9380127 commit e4a090b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion github_scripts/osx_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ninja
ninja install
popd

git clone --depth=1 https://github.com/PelicanPlatform/xrdcl-pelican.git
git clone --branch v0.9.4 https://github.com/PelicanPlatform/xrdcl-pelican.git
pushd xrdcl-pelican
mkdir build
cd build
Expand Down
2 changes: 1 addition & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ADD https://api.github.com/repos/PelicanPlatform/xrdcl-pelican/git/refs/heads/ma
RUN \
git clone https://github.com/PelicanPlatform/xrdcl-pelican.git && \
cd xrdcl-pelican && \
git reset 9562795 --hard && \
git checkout v0.9.4 && \
mkdir build && cd build && \
cmake -DLIB_INSTALL_DIR=/usr/lib64 .. && \
make && 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 @@ -68,7 +68,7 @@ ADD https://api.github.com/repos/PelicanPlatform/xrdcl-pelican/git/refs/heads/ma
RUN \
git clone https://github.com/PelicanPlatform/xrdcl-pelican.git && \
cd xrdcl-pelican && \
git reset cbd6850 --hard && \
git checkout v0.9.4 && \
mkdir build && cd build && \
cmake -DLIB_INSTALL_DIR=/usr/lib64 .. && \
make && make install
Expand Down

0 comments on commit e4a090b

Please sign in to comment.