##// END OF EJS Templates
packaging: disable rust extensions again on CentOS...
packaging: disable rust extensions again on CentOS Backed out changeset eccbfa7e19c0 We're seeing (very rarely) crashes of 'hg purge' on some of our machines (see https://bz.mercurial-scm.org/show_bug.cgi?id=6509 ). Unfortunately, I haven't been able to find out much more about what is going wrong. To avoid further impact on our users and CI, I would prefer to disable the rust extensions for now. Differential Revision: https://phab.mercurial-scm.org/D10877

File last commit:

r48201:9b8f3267 stable
r48201:9b8f3267 stable
Show More
centos7
17 lines | 313 B | text/plain | TextLexer
FROM centos:centos7
RUN groupadd -g %GID% build && \
useradd -u %UID% -g %GID% -s /bin/bash -d /build -m build
RUN yum install -y epel-release
RUN yum install -y \
gcc \
gettext \
make \
python3-devel \
python36-docutils \
rpm-build \
tar
# For creating repo meta data
RUN yum install -y createrepo