Home
last modified time | relevance | path

Searched +full:libkeyutils +full:- +full:dev (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/ci/
Ddebian.minimal.sh2 # Copyright (c) 2018-2020 Petr Vorel <pvorel@suse.cz>
3 set -ex
5 apt="apt remove -y"
10 libacl1-dev \
11 libaio-dev \
13 libcap-dev \
15 libkeyutils-dev \
16 libmm-dev \
17 libnuma-dev \
19 libselinux1-dev \
[all …]
Dubuntu.sh2 # Copyright (c) 2018-2021 Petr Vorel <pvorel@suse.cz>
3 set -ex
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/ap…
14 apt="apt install -y --no-install-recommends"
17 acl-dev \
22 build-essential \
30 libacl1-dev \
31 libaio-dev \
[all …]
Ddebian.sh2 # Copyright (c) 2018-2021 Petr Vorel <pvorel@suse.cz>
3 set -ex
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/ap…
14 apt="apt install -y --no-install-recommends"
17 acl-dev \
22 build-essential \
30 libacl1-dev \
31 libaio-dev \
[all …]
/third_party/openssl/.github/workflows/
Dci.yml1 # Copyright 2021-2022 The OpenSSL Project Authors. All Rights Reserved.
14 # BUILDOPTS: "-j4"
15 # HARNESS_JOBS: "${HARNESS_JOBS:-4}"
19 # - make="make -s"
26 runs-on: ubuntu-latest
28 - name: install unifdef
30 sudo apt-get update
31 sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install unifdef
32 - uses: actions/checkout@v2
34 fetch-depth: 0
[all …]