Don't mess with /dev/fuse
This commit is contained in:
parent
73005679f7
commit
067d5e7e70
|
@ -11,9 +11,6 @@ before_script:
|
||||||
apt-get update -qq &&
|
apt-get update -qq &&
|
||||||
apt-get purge -qq binutils-doc &&
|
apt-get purge -qq binutils-doc &&
|
||||||
apt-get install -qq x86-64-unknown-redox-gcc &&
|
apt-get install -qq x86-64-unknown-redox-gcc &&
|
||||||
modprobe fuse &&
|
|
||||||
chmod 666 /dev/fuse &&
|
|
||||||
chown root:$USER /etc/fuse.conf &&
|
|
||||||
curl https://sh.rustup.rs -sSf | sh
|
curl https://sh.rustup.rs -sSf | sh
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue