Searched +full:libc6 +full:- +full:dev +full:- +full:i386 (Results 1 – 13 of 13) sorted by relevance
| /third_party/ltp/ci/ |
| D | debian.i386.sh | 2 # Copyright (c) 2018-2020 Petr Vorel <pvorel@suse.cz> 3 set -ex 5 dpkg --add-architecture i386 8 apt install -y --no-install-recommends \ 9 linux-libc-dev:i386 \ 10 gcc-multilib \ 11 libacl1:i386 \ 12 libaio1:i386 \ 13 libcap2:i386 \ 14 libc6-dev-i386 \ [all …]
|
| /third_party/lz4/.circleci/images/primary/ |
| D | Dockerfile | 1 FROM circleci/buildpack-deps:bionic 3 RUN sudo apt-get -y -qq update 4 RUN sudo apt-get -y install software-properties-common 5 RUN sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test 6 RUN sudo apt-get -y install cmake 7 RUN sudo apt-get -y install qemu-system-ppc qemu-user-static qemu-system-arm 8 RUN sudo apt-get -y install libc6-dev-armel-cross libc6-dev-arm64-cross libc6-dev-i386 9 RUN sudo apt-get -y install clang clang-tools 10 RUN sudo apt-get -y install gcc-5 gcc-5-multilib gcc-6 11 RUN sudo apt-get -y install valgrind [all …]
|
| /third_party/rust/crates/libc/ci/docker/i686-unknown-linux-musl/ |
| D | Dockerfile | 3 RUN dpkg --add-architecture i386 4 RUN apt-get update 5 RUN apt-get install -y --no-install-recommends \ 6 gcc-multilib make libc6-dev git curl ca-certificates libc6-i386 8 COPY install-musl.sh / 9 RUN sh /install-musl.sh i686 11 ENV PATH=$PATH:/musl-i686/bin:/rust/bin \ 12 CC_i686_unknown_linux_musl=musl-gcc \ 13 RUSTFLAGS="-L /musl-i686/lib"
|
| /third_party/vulkan-loader/.github/workflows/ |
| D | build.yml | 1 # Copyright (c) 2021-2024 Valve Corporation 2 # Copyright (c) 2021-2024 LunarG, Inc. 8 # http://www.apache.org/licenses/LICENSE-2.0 21 # https://docs.github.com/en/actions/using-jobs/using-concurrency 25 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} 26 cancel-in-progress: true 32 - main 34 permissions: read-all 39 runs-on: ${{matrix.os}} 44 os: [ ubuntu-20.04, ubuntu-22.04 ] [all …]
|
| /third_party/grpc/tools/dockerfile/test/cxx_debian11_x86/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 FROM i386/debian:11 21 RUN apt-get update && apt-get install -y \ 22 build-essential \ 25 pkg-config \ 26 && apt-get clean 29 RUN apt-get update && apt-get install -y \ 32 && apt-get clean 34 # libc6 35 RUN apt-get update && apt-get install -y \ [all …]
|
| /third_party/rust/crates/libc/ci/docker/i686-linux-android/ |
| D | Dockerfile | 3 RUN dpkg --add-architecture i386 4 RUN apt-get update 5 RUN apt-get install -y --no-install-recommends libc6-dev gcc 6 RUN apt-get install -y --no-install-recommends \ 9 ca-certificates \ 11 python3-distutils \ 14 openjdk-8-jre \ 15 libstdc++6:i386 \ 22 ENV PATH=$PATH:/android/linux-x86_64/bin:/android/sdk/cmdline-tools/tools:/android/sdk/platform-too… 24 RUN sh /android/android-install-ndk.sh [all …]
|
| /third_party/rust/crates/libc/ci/docker/aarch64-linux-android/ |
| D | Dockerfile | 3 RUN dpkg --add-architecture i386 4 RUN apt-get update 5 RUN apt-get install -y --no-install-recommends libc6-dev gcc 6 RUN apt-get install -y --no-install-recommends \ 9 ca-certificates \ 11 python3-distutils \ 14 openjdk-8-jre \ 15 libstdc++6:i386 \ 22 ENV PATH=$PATH:/android/linux-x86_64/bin:/android/sdk/cmdline-tools/tools:/android/sdk/platform-too… 24 RUN sh /android/android-install-ndk.sh [all …]
|
| /third_party/rust/crates/libc/ci/docker/arm-linux-androideabi/ |
| D | Dockerfile | 3 RUN dpkg --add-architecture i386 4 RUN apt-get update 5 RUN apt-get install -y --no-install-recommends libc6-dev gcc 6 RUN apt-get install -y --no-install-recommends \ 9 ca-certificates \ 11 python3-distutils \ 14 openjdk-8-jre \ 15 libstdc++6:i386 \ 22 ENV PATH=$PATH:/android/linux-x86_64/bin:/android/sdk/cmdline-tools/tools:/android/sdk/platform-too… 24 RUN sh /android/android-install-ndk.sh [all …]
|
| /third_party/nghttp2/ |
| D | Dockerfile.android | 4 # $ sudo docker build -t nghttp2-android - < Dockerfile.android 11 # $ sudo docker run -v /path/to/dest:/out nghttp2-android cp /root/build/nghttp2/src/nghttpx /out 14 # Only use standalone-toolchain for reduce size 19 ENV NDK /root/android-ndk-$NDK_VERSION 20 ENV TOOLCHAIN $NDK/toolchains/llvm/prebuilt/linux-x86_64 21 ENV TARGET aarch64-linux-android 23 ENV AR $TOOLCHAIN/bin/llvm-ar 24 ENV CC $TOOLCHAIN/bin/$TARGET$API-clang 25 ENV CXX $TOOLCHAIN/bin/$TARGET$API-clang++ 27 ENV RANDLIB $TOOLCHAIN/bin/llvm-ranlib [all …]
|
| /third_party/vulkan-loader/ |
| D | BUILD.md | 7 - [Build Instructions](#build-instructions) 8 - [Table Of Contents](#table-of-contents) 9 - [Contributing to the Repository](#contributing-to-the-repository) 10 - [Repository Content](#repository-content) 11 - [Installed Files](#installed-files) 12 - [Build Requirements](#build-requirements) 13 - [Test Requirements](#test-requirements) 14 - [Repository Set-Up](#repository-set-up) 15 - [Display Drivers](#display-drivers) 16 - [Repository Dependencies](#repository-dependencies) [all …]
|
| /third_party/lame/debian/ |
| D | changelog | 3 * New update of the debian infra-structure. 6 + Use the --parallel flag so that building in parallel is supported. 8 + Rewrap the Build-Depends field for legibility. 9 + Change B-D on nasm to allow any i386 platform (no amd64, though). 10 + Update the B-D on debhelper to >= 7.0.50~, as we use overrides in 12 + Fix lintian's debhelper-but-no-misc-depends from the binary packages. 18 -- Rogério Brito <rbrito@users.sf.net> Wed, 02 Mar 2011 13:31:29 -0300 25 + remame libmp3lame0-dev to libmp3lame-dev. 26 + remove dependency on libc6-dev from libmp3lame-dev. 28 + bump Standards-Version to 3.8.0. [all …]
|
| /third_party/ltp/ |
| D | INSTALL | 2 ------------ 9 …pt install gcc git make pkgconf autoconf automake bison flex m4 linux-headers-$(uname -r) libc6-dev 13 …# zypper install gcc git make pkg-config autoconf automake bison flex m4 linux-glibc-devel glibc-d… 17 # yum install gcc git make pkgconf autoconf automake bison flex m4 kernel-headers glibc-headers 23 autoconf, automake, m4 (autoconf requirement), git and pkgconf (or pkg-config 31 ------------- 37 $ mkdir -p $TOP_BUILDDIR 40 - $TOP_SRCDIR and $TOP_BUILDDIR are the same for in-build-tree scenarios. 41 - $TOP_SRCDIR and $TOP_BUILDDIR differ for out-of-build-tree scenarios. 43 See the In-build-tree and Out-of-build-tree sections below for more details on [all …]
|
| /third_party/libbpf/src/ |
| D | libbpf.c | 1 // SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) 6 * Copyright (C) 2013-2015 Alexei Starovoitov <ast@kernel.org> 71 #pragma GCC diagnostic ignored "-Wformat-nonliteral" 271 if (err != -EPERM || geteuid() != 0) in pr_perm_msg() 288 pr_warn("permission error while running as root; try raising 'ulimit -l'? current value: %s\n", in pr_perm_msg() 304 fd = -1; \ 315 /* as of v1.0 libbpf_set_strict_mode() is a no-op */ in libbpf_set_strict_mode() 361 /* stored as sec_def->cookie for all libbpf-supported SEC()s */ 380 /* BPF program support non-linear XDP buffer */ 418 * program. For the entry-point (main) BPF program, this is always [all …]
|