xref: /aosp_15_r20/external/ltp/ci/alpine-runtime.sh (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1*49cdfc7eSAndroid Build Coastguard Worker#!/bin/sh -eux
2*49cdfc7eSAndroid Build Coastguard Worker# SPDX-License-Identifier: GPL-2.0-or-later
3*49cdfc7eSAndroid Build Coastguard Worker# Copyright (c) 2023 SUSE LLC
4*49cdfc7eSAndroid Build Coastguard Worker
5*49cdfc7eSAndroid Build Coastguard Workerapk add \
6*49cdfc7eSAndroid Build Coastguard Worker        acl \
7*49cdfc7eSAndroid Build Coastguard Worker        keyutils \
8*49cdfc7eSAndroid Build Coastguard Worker        libaio \
9*49cdfc7eSAndroid Build Coastguard Worker        libacl \
10*49cdfc7eSAndroid Build Coastguard Worker        libcap \
11*49cdfc7eSAndroid Build Coastguard Worker        libselinux \
12*49cdfc7eSAndroid Build Coastguard Worker        libsepol \
13*49cdfc7eSAndroid Build Coastguard Worker        libtirpc \
14*49cdfc7eSAndroid Build Coastguard Worker        numactl \
15*49cdfc7eSAndroid Build Coastguard Worker        openssl \
16*49cdfc7eSAndroid Build Coastguard Worker        py3-msgpack
17*49cdfc7eSAndroid Build Coastguard Worker
18*49cdfc7eSAndroid Build Coastguard Workeradduser -D -g "Unprivileged LTP user" ltp
19