Commit fec49b99 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We need /lib64 during build as we bring external NodeJS compiled with /lib64

parent 0f241367
...@@ -28,6 +28,7 @@ all: ceph-config ...@@ -28,6 +28,7 @@ all: ceph-config
swapon swap swapon swap
mkdir tmp mkdir tmp
mount --bind tmp /tmp mount --bind tmp /tmp
ln -s /lib /lib64
tar xf ceph-14.2.1.tar.gz tar xf ceph-14.2.1.tar.gz
patch -Np1 -d ceph-14.2.1 < ceph-14.2.1-fix_tests.patch patch -Np1 -d ceph-14.2.1 < ceph-14.2.1-fix_tests.patch
...@@ -36,8 +37,8 @@ all: ceph-config ...@@ -36,8 +37,8 @@ all: ceph-config
hostname localhost hostname localhost
cd ceph-14.2.1 && tar xf ../ceph-object-corpus.tar.xz cd ceph-14.2.1 && tar xf ../ceph-object-corpus.tar.xz
cd ceph-14.2.1/build && make check cd ceph-14.2.1/build && make check
# cd ceph-14.2.1/build && ctest --output-on-failure --timeout 7200
rm -rf /lib64
umount /tmp umount /tmp
rm -rf tmp rm -rf tmp
swapoff swap swapoff swap
......
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