Home
last modified time | relevance | path

Searched refs:apt (Results 1 – 25 of 263) sorted by relevance

1234567891011

/third_party/lz4/.circleci/images/primary/
DDockerfile3 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
12 RUN sudo apt-get -y install gcc-multilib-powerpc-linux-gnu gcc-powerpc-linux-gnu gcc-arm-linux-gnue…
/third_party/mesa3d/.gitlab-ci/container/debian/
Dx86_test-base.sh8 apt-get install -y ca-certificates gnupg2 software-properties-common
10 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
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"
26 apt-get update
27 apt-get dist-upgrade -y
29 apt-get install -y --no-remove \
62 apt-get install -y --no-install-recommends \
73 apt-get purge -y $STABLE_EPHEMERAL
75 apt-get autoremove -y --purge
Dx86_build-base.sh8 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
23 apt-get update
25 apt-get install -y --no-remove \
85 apt-get purge -y $STABLE_EPHEMERAL
Darm_build.sh6 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 \
60 apt-get install -y --no-remove -t buster \
Dx86_test-vk.sh52 apt-get install -y --no-remove \
66 apt-key add .gitlab-ci/container/debian/winehq.gpg.key
67 apt-add-repository https://dl.winehq.org/wine-builds/debian/
68 apt update -qyy
74 apt install -y --no-remove --install-recommends winehq-stable
195 apt-get purge -y \
198 apt-get autoremove -y --purge
/third_party/ejdb/docker/testbed/
Dsetup.sh17 apt-get update
18 apt-get install -y apt-utils software-properties-common apt-transport-https sudo curl wget zip unzip
19 apt-get update
20 apt-get dist-upgrade -y
22 wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | t…
24 wget -qO- https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
25 wget -qO- https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
27 apt-add-repository -y 'deb https://apt.kitware.com/ubuntu/ xenial main'
28 echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
29 …googleapis.com/download.dartlang.org/linux/debian/dart_unstable.list >/etc/apt/sources.list.d/dart…
[all …]
Dllvm.sh59 wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
60 add-apt-repository "${REPO_NAME}"
61 apt-get update
62 apt-get install -y clang-$LLVM_VERSION lldb-$LLVM_VERSION lld-$LLVM_VERSION clangd-$LLVM_VERSION
/third_party/flutter/skia/infra/bots/assets/mesa_intel_driver_linux/mesa-driver-builder/
DDockerfile6 # 'apt-get build-dep' will install the correct dependencies.
14 # and then performing `sudo apt-get update && sudo apt-get install libdrm2=2.4.95-1~bpo9+1`
15 RUN echo "deb http://ftp.debian.org/debian stretch-backports main" >> /etc/apt/sources.list && \
16 echo "deb-src http://ftp.debian.org/debian stretch-backports 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 -t stretch-backports build-dep -y mesa && \
20 rm -rf /var/lib/apt/lists/*
/third_party/skia/infra/bots/assets/mesa_intel_driver_linux/mesa-driver-builder/
DDockerfile6 # 'apt-get build-dep' will install the correct dependencies.
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/*
/third_party/protobuf/kokoro/linux/dockerfile/test/php80/
DDockerfile5 RUN apt-get update && apt-get install -y \
28 && apt-get clean
31 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
41 && apt-get clean
94 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
96 && apt-get clean
/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 \
25 && apt-get clean
30 RUN apt-get install -y \
/third_party/ltp/ci/
Dubuntu.sh7 grep -v oldstable-updates /etc/apt/sources.list > /tmp/sources.list && mv /tmp/sources.list /etc/ap…
9 apt update
14 apt="apt install -y --no-install-recommends"
16 $apt \
52 $apt ruby-asciidoctor-pdf || true
53 $apt asciidoc-dblatex || true
Ddebian.sh7 grep -v oldstable-updates /etc/apt/sources.list > /tmp/sources.list && mv /tmp/sources.list /etc/ap…
9 apt update
14 apt="apt install -y --no-install-recommends"
16 $apt \
52 $apt ruby-asciidoctor-pdf || true
53 $apt asciidoc-dblatex || true
/third_party/flutter/flutter/dev/ci/docker_linux/
DDockerfile16 RUN apt-get update -y
17 RUN apt-get upgrade -y
20 RUN apt-get install -y --no-install-recommends \
26 apt-transport-https \
31 RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
32 RUN echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' | tee /etc/apt/sourc…
35 …-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main" | \
36 tee -a /etc/apt/sources.list.d/google-cloud-sdk.list
38 RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | \
39 apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -
[all …]
/third_party/libwebsockets/scripts/
Dtravis_install.sh7 sudo apt-get update -qq
11 …sudo apt-get install -y -qq realpath libjemalloc1 libev4 libuv-dev libdbus-1-dev valgrind mosquitto
12 sudo apt-get remove python-six
26 sudo apt-get install -y -qq realpath libjemalloc1 libev4 libuv-dev valgrind
36 sudo apt-get install -y -qq realpath libjemalloc1 libev4
46 sudo apt-get install -y -qq libev-dev;
51 sudo apt-get install -y -qq libuv-dev;
/third_party/protobuf/kokoro/linux/dockerfile/test/csharp/
DDockerfile5 RUN apt-get update && apt-get install -y \
23 && apt-get clean
26 RUN apt-get update && apt-get install -y libunwind8 libicu57 && apt-get clean
/third_party/libcoap/build-env/
DDockerfile.develop3 RUN apt-get update && apt-get install -y cmake git g++
4 RUN apt-get clean
19 RUN apt-get update && apt-get install -y autoconf automake gcc g++ gdb libtool libtool-bin make \
21 RUN apt-get install -y iproute2 lsof net-tools inetutils-ping netcat-openbsd less vim
22 RUN apt-get clean
/third_party/protobuf/kokoro/release/
Dcollect_all_artifacts.sh51 sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A1…
52 sudo apt install apt-transport-https
53 echo "deb https://download.mono-project.com/repo/ubuntu stable-trusty main" | sudo tee /etc/apt/sou…
54 sudo apt update
55 sudo apt-get install -y nuget
/third_party/protobuf/kokoro/linux/dockerfile/test/java_stretch/
DDockerfile5 RUN apt-get update && apt-get install -y \
23 && apt-get clean
26 RUN apt-get install -y \
31 && apt-get clean
/third_party/protobuf/kokoro/docs/
Dpublish-python.sh12 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
36 sudo apt-get -y install jq
/third_party/mesa3d/.gitlab-ci/container/
Dcreate-rootfs.sh15 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"
46 apt-get update
47 apt-get -y install --no-install-recommends \
101 apt-get purge -y \
132 if ! apt-get remove --purge --yes "${PACKAGE}"
138 apt-get autoremove --yes || true
222 rm -rf etc/apt
/third_party/vk-gl-cts/
Dhistory.log3 1012 sudo apt install autopoint
5 1014 sudo apt install pygobject-3.0
6 1015 sudo apt install pygobject
7 1016 sudo apt install python-gi-dev
9 1018 sudo apt install cython
85 1094 sudo apt install glib-2.0
86 1095 sudo apt install glib=2.0
87 1096 apt search glib
89 1098 sudo apt install glib2
90 1099 sudo apt install glib-2.0
[all …]
/third_party/skia/infra/wasm-common/docker/karma-chrome-tests/
DDockerfile9 RUN apt-get update && apt-get upgrade -y
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
/third_party/skia/infra/gcc/Debian10/
DDockerfile3 RUN apt-get update && apt-get upgrade -y && apt-get install -y \
9 && rm -rf /var/lib/apt/lists/*
/third_party/skia/infra/gcc/Debian10-x86/
DDockerfile4 apt-get update && apt-get upgrade -y && apt-get install -y \
11 && rm -rf /var/lib/apt/lists/*

1234567891011