Remove unused system dependencies from CI config
This commit is contained in:
parent
8ea1cde8f6
commit
0ded7946d0
|
@ -14,19 +14,12 @@ before_script:
|
||||||
bison \
|
bison \
|
||||||
build-essential \
|
build-essential \
|
||||||
curl \
|
curl \
|
||||||
dosfstools \
|
|
||||||
flex \
|
flex \
|
||||||
fuse \
|
fuse \
|
||||||
genisoimage \
|
|
||||||
git \
|
git \
|
||||||
gnupg \
|
|
||||||
libfuse-dev \
|
libfuse-dev \
|
||||||
nasm \
|
nasm \
|
||||||
parted \
|
|
||||||
pkg-config \
|
pkg-config \
|
||||||
software-properties-common \
|
|
||||||
syslinux \
|
|
||||||
syslinux-utils \
|
|
||||||
texinfo \
|
texinfo \
|
||||||
wget &&
|
wget &&
|
||||||
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none
|
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none
|
||||||
|
|
Loading…
Reference in a new issue