File tree Expand file tree Collapse file tree 2 files changed +18
-5
lines changed
Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ source "${THISDIR}"/../helpers.sh
66
77foldable start install_clang " Install LLVM ${LLVM_VERSION} "
88
9+ sudo apt-get update -y
10+ sudo -E apt-get install --no-install-recommends -y \
11+ gnupg lsb-release software-properties-common wget
12+
913curl -O https://apt.llvm.org/llvm.sh
1014chmod +x llvm.sh
1115sudo ./llvm.sh ${LLVM_VERSION}
Original file line number Diff line number Diff line change @@ -12,11 +12,20 @@ foldable start install_packages
1212
1313sudo apt-get update -y
1414
15- sudo -E apt-get install --no-install-recommends -y \
16- bc binutils-dev bison build-essential cmake curl elfutils flex \
17- libcap-dev libdw-dev libelf-dev libguestfs-tools libpcap-dev \
18- libssl-dev libzstd-dev ncurses-dev pkg-config python3-docutils \
19- qemu-kvm qemu-utils rsync texinfo tzdata xz-utils zstd
15+ sudo -E apt-get install --no-install-recommends -y \
16+ bc bison build-essential cmake cpu-checker curl dumb-init \
17+ elfutils ethtool ethtool flex gawk git iproute2 iptables \
18+ iputils-ping jq keyutils libguestfs-tools pkg-config \
19+ python3-docutils python3-minimal rsync software-properties-common \
20+ sudo texinfo tree tzdata wget xz-utils zstd
21+
22+ sudo -E apt-get install --no-install-recommends -y \
23+ binutils-dev libcap-dev libdw-dev libelf-dev libpcap-dev \
24+ libssl-dev libzstd-dev ncurses-dev
25+
26+ sudo -E apt-get install --no-install-recommends -y \
27+ qemu-guest-agent qemu-kvm qemu-system-arm qemu-system-s390x \
28+ qemu-system-x86 qemu-utils
2029
2130sudo apt-get install -y gcc-${GCC_VERSION} g++-${GCC_VERSION}
2231sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${GCC_VERSION} 10
You can’t perform that action at this time.
0 commit comments