Commit 719d3beb authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Tell setuptools to use distlib from stdlib - distlib is absent in setuptools 60

parent fe60dcf4
...@@ -49,7 +49,7 @@ all: ceph-config ...@@ -49,7 +49,7 @@ all: ceph-config
$(MAKE) -C ceph-15.2.4/build npm_config_cache=/build/.npm NODE_OPTIONS="--max-old-space-size=3072" $(MAKE) -C ceph-15.2.4/build npm_config_cache=/build/.npm NODE_OPTIONS="--max-old-space-size=3072"
hostname localhost hostname localhost
cd ceph-15.2.4 && tar xf ../ceph-object-corpus.tar.xz cd ceph-15.2.4 && tar xf ../ceph-object-corpus.tar.xz
cd ceph-15.2.4/build && CTEST_OUTPUT_ON_FAILURE=1 NODE_OPTIONS="--max-old-space-size=3072" VIRTUALENV_SYSTEM_SITE_PACKAGES=True make check cd ceph-15.2.4/build && CTEST_OUTPUT_ON_FAILURE=1 NODE_OPTIONS="--max-old-space-size=3072" VIRTUALENV_SYSTEM_SITE_PACKAGES=True SETUPTOOLS_USE_DISTUTILS=stdlib make check
$(MAKE) -C ceph-15.2.4/build install $(MAKE) -C ceph-15.2.4/build install
rm /usr/bin/ceph_test* rm /usr/bin/ceph_test*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment