Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
install-dependencies.sh: fix arch dependencies
Some containers may not contain /etc/os-release, so install filesystem package if needed. Remove systemtap - there is no stap in std repo. Add c-ares, fmt, pkgconf, python3, glibc. Some containers may have glibc version before 2.30-3 which does not contain sys/sdt.h that required for seastar and is a part of systemtap. Add --noconfirm to pacman. Tested on Arch 5.4.2-arch1-1 and docker archlinux. Signed-off-by: Ivan Prisyazhnyy <ivan@scylladb.com> Message-Id: <20191210154828.971572-1-ivan@scylladb.com>
- Loading branch information