Skip to content
Snippets Groups Projects
Commit 067d5e7e authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Don't mess with /dev/fuse

parent 73005679
No related branches found
No related tags found
No related merge requests found
...@@ -11,9 +11,6 @@ before_script: ...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment