File tree Expand file tree Collapse file tree 2 files changed +2
-25
lines changed Expand file tree Collapse file tree 2 files changed +2
-25
lines changed Original file line number Diff line number Diff line change @@ -133,24 +133,19 @@ RUN cd /tmp \
133133 && cd /tmp \
134134 && rm -rf mysqlproxy
135135
136- COPY xrootd_f032a1b0.patch /tmp
137-
138136RUN cd /tmp \
139137 && git clone https://github.com/xrootd/xrootd.git \
140138 && cd xrootd \
141- && git checkout tags/v5.6.2 \
139+ && git checkout cms256 \
142140 && git config --global user.email
"[email protected] " \
143141 && git config --global user.name "Qserv" \
144- && git cherry-pick d85915a3927261e49859c3e13075bce1dfefcbe4 \
145- && git apply /tmp/xrootd_f032a1b0.patch \
146142 && mkdir build \
147143 && cd build \
148144 && cmake -DENABLE_PYTHON=off .. \
149145 && make -j8 \
150146 && make install \
151147 && cd /tmp \
152- && rm -rf xrootd \
153- && rm /tmp/xrootd_f032a1b0.patch
148+ && rm -rf xrootd
154149
155150RUN cd /tmp \
156151 && git clone https://github.com/yhirose/cpp-httplib.git \
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments