You need to sign in or sign up before continuing.
Commit cc44d33b authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Give rust space to build crates and cleanup after build

parent e3ed84d6
all: all:
mkdir .cargo
mkdir -p /root/.cargo
mount --bind .cargo /root/.cargo
pip3 install pyopenssl pip3 install pyopenssl
umount /root/.cargo
rm -rf /root/.cargo
rm -rf .cargo
2: 2:
pip install pyopenssl pip install pyopenssl
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