Lines Matching +full:debian +full:- +full:clang +full:- +full:release
1 #!/bin/sh -eux
2 # SPDX-License-Identifier: GPL-2.0-or-later
3 # Copyright (c) 2018-2021 Petr Vorel <pvorel@suse.cz>
5 # workaround for missing oldstable-updates repository
6 # W: Failed to fetch http://deb.debian.org/debian/dists/oldstable-updates/main/binary-amd64/Packages
7 grep -v oldstable-updates /etc/apt/sources.list > /tmp/sources.list && mv /tmp/sources.list /etc/apt/sources.list
14 apt="apt install -y --no-install-recommends"
17 acl-dev \
22 build-essential \
25 clang \
30 libacl1-dev \
31 libaio-dev \
33 libcap-dev \
36 libc6-dev \
37 libjson-perl \
38 libkeyutils-dev \
40 libmnl-dev \
41 libnuma-dev \
43 libselinux1-dev \
44 libsepol-dev \
45 libssl-dev \
46 libtirpc-dev \
47 linux-libc-dev \
48 lsb-release \
49 pkg-config
51 $apt ruby-asciidoctor-pdf || true
52 $apt asciidoc-dblatex || true
54 df -hT