Commit b2d156cf authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

cargo may run out of space during installation - we should give it extra space

parent 1ce53a34
all: all:
mkdir .cargo
mkdir -p /root/.cargo
mount --bind .cargo /root/.cargo
pip3 install --upgrade cryptography pip3 install --upgrade cryptography
umount /root/.cargo
rm -rf /root/.cargo
rm -rf .cargo
37: 37:
mkdir .cargo
mkdir -p /root/.cargo
mount --bind .cargo /root/.cargo
pip3 install --upgrade 'cryptography==37.*' pip3 install --upgrade 'cryptography==37.*'
umount /root/.cargo
rm -rf /root/.cargo
rm -rf .cargo
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