Home
last modified time | relevance | path

Searched +full:apt +full:- +full:get (Results 1 – 25 of 250) sorted by relevance

12345678910

/third_party/fsverity-utils/.github/workflows/
Dci.yml1 # SPDX-License-Identifier: MIT
4 # Use of this source code is governed by an MIT-style
12 static-linking-test:
14 runs-on: ubuntu-latest
16 - uses: actions/checkout@v2
17 - run: scripts/run-tests.sh static_linking
19 dynamic-linking-test:
21 runs-on: ubuntu-latest
23 - uses: actions/checkout@v2
24 - run: scripts/run-tests.sh dynamic_linking
[all …]
/third_party/lz4/.circleci/images/primary/
DDockerfile1 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/protobuf/kokoro/linux/dockerfile/test/php80/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
26 libonig-dev \
27 libsqlite3-dev \
28 && apt-get clean
31 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
[all …]
/third_party/mesa3d/.gitlab-ci/container/debian/
Dx86_test-base.sh3 set -e
4 set -o xtrace
8 apt-get install -y ca-certificates gnupg2 software-properties-common
10 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
16 python3-dev \
17 python3-pip \
18 python3-setuptools \
19 python3-wheel \
23 apt-key add .gitlab-ci/container/debian/llvm-snapshot.gpg.key
24 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main"
[all …]
Dx86_build-base.sh3 set -e
4 set -o xtrace
8 apt-get install -y ca-certificates gnupg2 software-properties-common
11 apt-key add .gitlab-ci/container/debian/llvm-snapshot.gpg.key
12 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main"
14 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
19 python3-pip \
20 python3-setuptools \
23 apt-get update
25 apt-get install -y --no-remove \
[all …]
Darm_build.sh3 set -e
4 set -o xtrace
6 apt-get -y install ca-certificates
7 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
8 echo 'deb https://deb.debian.org/debian buster main' >/etc/apt/sources.list.d/buster.list
9 apt-get update
11 apt-get -y install \
25 glslang-tools \
28 libdrm-dev \
29 libelf-dev \
[all …]
/third_party/skia/infra/bots/assets/mesa_intel_driver_linux/mesa-driver-builder/
DDockerfile5 # Enabling backports gives us access to clang-6 and makes it more likely that
6 # 'apt-get build-dep' will install the correct dependencies.
13 # Hosts can install this by adding the stretch-backports debian source (see next RUN)
14 # and then performing `sudo apt-get update && sudo apt-get install libdrm2=2.4.95-1~bpo9+1`
15 RUN echo "deb-src http://deb.debian.org/debian buster main" >> /etc/apt/sources.list && \
16 echo "deb-src http://deb.debian.org/debian buster-updates main" >> /etc/apt/sources.list && \
17 apt-get update && apt-get upgrade -y && \
18 apt-get install -y wget clang-6.0 && \
19 apt-get build-dep -y mesa && \
20 rm -rf /var/lib/apt/lists/*
[all …]
/third_party/protobuf/kokoro/linux/dockerfile/test/javascript/
DDockerfile3 RUN apt-get update && apt-get install -y gnupg
7 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
9 autotools-dev \
10 build-essential \
17 libc6-dbg \
18 libc6-dev \
19 libgtest-dev \
25 && apt-get clean
30 RUN apt-get install -y \
31 # -- For javascript and closure compiler -- \
[all …]
/third_party/libcoap/build-env/
DDockerfile.develop1 FROM obgm/libcoap:build-env
3 RUN apt-get update && apt-get install -y cmake git g++
4 RUN apt-get clean
10 RUN ./autogen.sh --clean && ./autogen.sh
11 RUN ./configure --disable-documentation --enable-tests --enable-examples --with-openssl && make ins…
14 RUN git clone --depth 1 https://github.com/cabo/cn-cbor.git && cd cn-cbor && ./build.sh all doc ins…
17 FROM debian:testing-slim
19 RUN apt-get update && apt-get install -y autoconf automake gcc g++ gdb libtool libtool-bin make \
20 pkg-config libssl-dev libgnutls28-dev libmbedtls-dev
21 RUN apt-get install -y iproute2 lsof net-tools inetutils-ping netcat-openbsd less vim
[all …]
/third_party/protobuf/kokoro/linux/dockerfile/test/csharp/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
23 && apt-get clean
26 RUN apt-get update && apt-get install -y libunwind8 libicu57 && apt-get clean
29 RUN wget -q https://dot.net/v1/dotnet-install.sh && \
30 chmod u+x dotnet-install.sh && \
[all …]
/third_party/mesa3d/.gitlab-ci/container/
Dcross_build.sh3 set -e
4 set -o xtrace
12 dpkg --add-architecture $arch
13 apt-get update
15 apt-get install -y --no-remove \
17 crossbuild-essential-$arch \
18 libelf-dev:$arch \
19 libexpat1-dev:$arch \
20 libpciaccess-dev:$arch \
22 libvulkan-dev:$arch \
[all …]
Dcreate-rootfs.sh3 set -ex
6 ARCH_PACKAGES="firmware-qcom-media
7 firmware-linux-nonfree
10 libglu1-mesa
11 libvulkan-dev
15 apt-get -y install --no-install-recommends wget gnupg2 software-properties-common
16 apt-key add /llvm-snapshot.gpg.key
17 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main"
19 ARCH_PACKAGES="firmware-amd-graphics
20 inetutils-syslogd
[all …]
/third_party/libwebsockets/scripts/
Dtravis_install.sh7 sudo apt-get update -qq
9 if [ "$LWS_METHOD" == "lwsws" -o "$LWS_METHOD" == "lwsws2" ];
11 …sudo apt-get install -y -qq realpath libjemalloc1 libev4 libuv-dev libdbus-1-dev valgrind mosquitto
12 sudo apt-get remove python-six
17 wget https://libwebsockets.org/openssl-1.1.0-trusty.tar.bz2 -O/tmp/openssl.tar.bz2
21 sudo update-ca-certificates
24 if [ "$LWS_METHOD" == "mbedtls" -o "$LWS_METHOD" == "ss+mbedtls" ];
26 sudo apt-get install -y -qq realpath libjemalloc1 libev4 libuv-dev valgrind
27 wget https://libwebsockets.org/openssl-1.1.0-trusty.tar.bz2 -O/tmp/openssl.tar.bz2
31 sudo update-ca-certificates
[all …]
/third_party/benchmark/
D.travis.yml7 - compiler: gcc
9 apt:
11 - lcov
13 - compiler: gcc
15 apt:
17 - g++-multilib
18 - libc6:i386
20 - COMPILER=g++
21 - C_COMPILER=gcc
22 - BUILD_TYPE=Debug
[all …]
/third_party/protobuf/kokoro/linux/dockerfile/test/java_stretch/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
23 && apt-get clean
26 RUN apt-get install -y \
27 # -- For all Java builds -- \
29 # -- For java_linkage_monitor \
[all …]
/third_party/protobuf/kokoro/linux/dockerfile/test/php_32bit/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
25 libsqlite3-dev \
26 && apt-get clean
29 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
32 libcurl4-openssl-dev \
[all …]
/third_party/node/deps/openssl/config/
DDockerfile5 RUN buildDeps='binutils build-essential vim nasm git' \
6 && apt-get update \
7 && apt-get install -y --no-install-recommends --force-yes $buildDeps \
8 && apt-get clean \
9 && apt-get autoremove -y \
11 && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
/third_party/littlefs/.github/workflows/
Dtest.yml5 CFLAGS: -Werror
6 MAKEFLAGS: -j
11 runs-on: ubuntu-18.04
13 fail-fast: false
18 - uses: actions/checkout@v2
19 - name: install
22 sudo apt-get update -qq
23 sudo apt-get install -qq python3 python3-pip lcov
25 gcc --version
27 # setup a ram-backed disk to speed up reentrant tests
[all …]
/third_party/protobuf/kokoro/docs/
Dpublish-python.sh2 # Adapted from https://github.com/googleapis/google-cloud-python/blob/master/.kokoro/publish-docs.sh
4 set -eo pipefail
12 sudo apt-get update
13 sudo apt-get -y install software-properties-common
14 sudo add-apt-repository universe
15 sudo apt-get update
16 sudo apt-get -y install unzip
17 wget https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protoc-3.11.2-linux-x86_…
18 unzip protoc-3.11.2-linux-x86_64.zip bin/protoc
20 python3.6 -m venv venv
[all …]
/third_party/protobuf/kokoro/linux/dockerfile/test/php/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
25 libsqlite3-dev \
26 && apt-get clean
29 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
31 libcurl4-openssl-dev \
[all …]
/third_party/skia/infra/wasm-common/docker/karma-chrome-tests/
DDockerfile2 # Inspired by https://github.com/eirslett/chrome-karma-docker
4 # Tests will be run as non-root (user skia, in fact), so /OUT should have permissions
9 RUN apt-get update && apt-get upgrade -y
11 RUN wget https://github.com/Yelp/dumb-init/releases/download/v1.2.2/dumb-init_1.2.2_amd64.deb
12 RUN dpkg -i dumb-init_*.deb
14 ENTRYPOINT ["/usr/bin/dumb-init", "--"]
16 RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
17 RUN sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/s…
18 RUN apt-get update && apt-get install -y google-chrome-stable
20 #Add user so we don't have to run as root (prevents us from over-writing files in /SRC)
[all …]
/third_party/skia/infra/lottiecap/docker/lottie-web-puppeteer/
DDockerfile3 # Tests will be run as non-root (user skia, in fact), so /OUT should have permissions
8 RUN apt-get update && apt-get upgrade -y
10 RUN wget https://github.com/Yelp/dumb-init/releases/download/v1.2.2/dumb-init_1.2.2_amd64.deb
11 RUN dpkg -i dumb-init_*.deb
13 …//github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md#running-puppeteer-in-docker
14 # recommends using dumb-init to "prevent zombie chrome processes"
15 ENTRYPOINT ["/usr/bin/dumb-init", "--"]
17 RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
18 RUN sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/s…
19 RUN apt-get update && apt-get install -y google-chrome-stable
[all …]
/third_party/protobuf/kokoro/linux/dockerfile/test/cpp_tcmalloc/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
23 && apt-get clean
26 RUN apt-get install -y \
27 google-perftools \
28 libgoogle-perftools4 \
[all …]
/third_party/skia/infra/gcc/Debian10/
DDockerfile1 FROM debian:10-slim
3 RUN apt-get update && apt-get upgrade -y && apt-get install -y \
4 build-essential \
5 ca-certificates \
6 libfontconfig-dev \
7 libglu-dev \
9 && rm -rf /var/lib/apt/lists/*
/third_party/protobuf/kokoro/linux/32-bit/
DDockerfile12 # Apt source for php
13 …://ppa.launchpad.net/ondrej/php/ubuntu trusty main" | tee /etc/apt/sources.list.d/various-php.list…
14 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F4FCBB07
18 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
20 autotools-dev \
21 build-essential \
28 libc6-dbg \
29 libc6-dev \
30 libgtest-dev \
37 # -- For python --
[all …]

12345678910