Author: Matti Picus <[email protected]>
Branch: 
Changeset: r1101:4f86f041b38d
Date: 2019-11-04 07:26 -0500
http://bitbucket.org/pypy/buildbot/changeset/4f86f041b38d/

Log:    tweak environment variables

diff --git a/docker/Dockerfile b/docker/Dockerfile
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -56,12 +56,12 @@
 
 # build a python 2.7 virtualenv, use the scl-installed version of python2.7
 # since centos6 itself has python2.6
-ENV LD_LIBRARY_PATH=/opt/rh/python27/root/usr/lib64
+ENV LD_LIBRARY_PATH=/opt/rh/python27/root/usr/lib64:/usr/local/lib64
 RUN /opt/rh/python27/root/usr/bin/python -mvirtualenv /python27_virt
 ENV PATH=/python27_virt/bin:$PATH
 RUN pip install --upgrade pip setuptools
 RUN pip install buildbot-slave pytest hypothesis cffi vmprof mercurial
-ENV PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig
+ENV PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig:/usr/local/lib/pkgconfig
 
 CMD if [ -e /build_dir/buildbot.tac ]; then \
     buildslave start --nodaemon /build_dir; \
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to