File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 5454ninja install
5555popd
5656
57- git clone --branch v0.9.4 https://github.com/PelicanPlatform/xrdcl-pelican.git
57+ git clone --branch v1.0.5 https://github.com/PelicanPlatform/xrdcl-pelican.git
5858pushd xrdcl-pelican
5959mkdir build
6060cd build
Original file line number Diff line number Diff line change @@ -135,7 +135,8 @@ FROM dependency-build AS final-stage
135135# Any other yum-installable dependencies that need to be present in the final container
136136# should go here. Installation in a previous section may result in the packages being
137137# installed only in the intermediate builder containers!
138- RUN yum install -y --enablerepo=osg-testing sssd-client xrdcl-pelican xrootd-multiuser
138+ RUN yum update -y --refresh --enablerepo=osg-testing && \
139+ yum install -y --refresh --enablerepo=osg-testing sssd-client xrdcl-pelican xrootd-multiuser
139140
140141WORKDIR /pelican
141142
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ ADD https://api.github.com/repos/PelicanPlatform/xrdcl-pelican/git/refs/heads/ma
6969RUN \
7070 git clone https://github.com/PelicanPlatform/xrdcl-pelican.git && \
7171 cd xrdcl-pelican && \
72- git checkout v0.9.4 && \
72+ git checkout v1.0.5 && \
7373 mkdir build && cd build && \
7474 cmake -DLIB_INSTALL_DIR=/usr/lib64 -DCMAKE_BUILD_TYPE=RelWithDebInfo .. && \
7575 make && make install
Original file line number Diff line number Diff line change 11{
22 "name" : " src" ,
3- "version" : " 7.12.3 " ,
3+ "version" : " 7.12.4-rc.2 " ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev" ,
You can’t perform that action at this time.
0 commit comments