Do not attempt to use modprobe
This commit is contained in:
parent
71db977dfe
commit
87190a5183
|
@ -13,7 +13,6 @@ before_script:
|
||||||
genisoimage \
|
genisoimage \
|
||||||
git \
|
git \
|
||||||
gnupg \
|
gnupg \
|
||||||
kmod \
|
|
||||||
libfuse-dev \
|
libfuse-dev \
|
||||||
nasm \
|
nasm \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
|
@ -24,7 +23,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 &&
|
|
||||||
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none
|
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none
|
||||||
|
|
||||||
img:
|
img:
|
||||||
|
|
Loading…
Reference in a new issue