Skip to content

Commit

Permalink
Forced xroot versions to build xroot wheel
Browse files Browse the repository at this point in the history
Apparently, latest xrootd 5.6.0 kills the GitHub runner during compilation
  • Loading branch information
glpatcern committed Jul 9, 2023
1 parent cf72ccc commit 3ed4c90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wopiserver-xrootd.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ RUN yum clean all && yum -y install \
python3-pip \
python3-devel \
openssl-devel \
xrootd-client \
xrootd-devel \
xrootd-client-5.5.5-1.el8 \
xrootd-devel-5.5.5-1.el8 \
libuuid-devel \
cmake \
make \
Expand All @@ -32,7 +32,7 @@ RUN yum clean all && yum -y install \

RUN pip3 install --upgrade pip setuptools && \
pip3 install --upgrade flask pyOpenSSL PyJWT requests more_itertools prometheus-flask-exporter wheel
RUN pip3 --default-timeout=900 install xrootd
RUN pip3 --default-timeout=900 install "xrootd==5.5.5"

# install software
RUN mkdir -p /app/core /app/bridge /test /etc/wopi /var/log/wopi
Expand Down

0 comments on commit 3ed4c90

Please sign in to comment.