xref: /third_party/ltp/ci/debian.i386.sh
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/ltp/ci/
1f08c3bdfSopenharmony_ci#!/bin/sh
2f08c3bdfSopenharmony_ci# Copyright (c) 2018-2020 Petr Vorel <pvorel@suse.cz>
3f08c3bdfSopenharmony_ciset -ex
4f08c3bdfSopenharmony_ci
5f08c3bdfSopenharmony_cidpkg --add-architecture i386
6f08c3bdfSopenharmony_ciapt update
7f08c3bdfSopenharmony_ci
8f08c3bdfSopenharmony_ciapt install -y --no-install-recommends \
9f08c3bdfSopenharmony_ci	linux-libc-dev:i386 \
10f08c3bdfSopenharmony_ci	gcc-multilib \
11f08c3bdfSopenharmony_ci	libacl1:i386 \
12f08c3bdfSopenharmony_ci	libaio1:i386 \
13f08c3bdfSopenharmony_ci	libcap2:i386 \
14f08c3bdfSopenharmony_ci	libc6-dev-i386 \
15f08c3bdfSopenharmony_ci	libc6:i386 \
16f08c3bdfSopenharmony_ci	libkeyutils1:i386 \
17f08c3bdfSopenharmony_ci	libnuma1:i386 \
18f08c3bdfSopenharmony_ci	libssl-dev:i386 \
19f08c3bdfSopenharmony_ci	libtirpc-dev:i386 \
20f08c3bdfSopenharmony_ci	pkg-config:i386
21

Indexes created Thu Nov 07 10:32:03 CST 2024